cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Date Added field blank in attachment

Former Member
0 Kudos
85

Hi All,

I am adding an attachment (through coding ) to an UDO.

The attachemmt attaches fine but the Date Added field is blank and non editable.

Moreover I cannot find any APIs to fill this field with the current date.

As a result, my UDO does not get saved.

Please provide pointers to fill the Date Added field either automatically or through coding.

Regards,

Himanshu

View Entire Topic
Former Member
0 Kudos

Hi Himanshu -

Can you post your code? Are you creating the AttachmentIfc via the TypeFactory class? Then setting the file data? If you are using the standard attachments collection, you will need to create an element in that collection, set the attachments information, then, add that to the collection.

Rob