cancel
Showing results for 
Search instead for 
Did you mean: 

Tables type and addon

former_member211473
Contributor
0 Kudos

Hi all

I just wanted to know whether we can use system created document and master type udt in our addon development or not ?? If yes then what all are the compulsory fields ?

However i am able to add values in database through addon when udt type is no object(only 2 compulsory fields).

Thanks

Ranu Vijay

Accepted Solutions (1)

Accepted Solutions (1)

edy_simon
Active Contributor
0 Kudos

Hi
Document and Master type UDTs are meant for UDO.
You can't use these type with the UDT object to add records.
If you have registered these tables in UDO you can use the GeneralService object to add records.

Regards
Edy

former_member211473
Contributor
0 Kudos

Thank You Edy for the clarification !!!

Regards

Answers (1)

Answers (1)

Abdul
Active Contributor
0 Kudos

Try to post an entry manually in table you want to use in add on you will know which fields are compulsory.

former_member211473
Contributor
0 Kudos

Hi Abdul

Tried that but for document table header it showed error on DocEntry field.

Thank You

Ranu Vijay