cancel
Showing results for 
Search instead for 
Did you mean: 

Linking UDT

Former Member
0 Kudos

Hello Everyone,

I would like to create 2 UDT that are linked together. I need to keep date/time history. For example, I have items and their prices change daily. I need to be able to write the first UDT (items) that is linked to other UDT (prices)and keeps a daily log of changes.

Any help would be greatly appreciated.

JC

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

you can try to define an UDO (User Defined Object) like a document using two tables: Header (Items) and Rows (prices).

Then you can use a form with the SDK or the UDO propreties to give that the right logic (or form).

Hope this helps

Regards,

Fabio Salucci

Former Member
0 Kudos

My SDK training has been cancelled twice so I am trying to do this without SDK. I have created a master doc with items linked to the line items table but I am not sure how to time/date stamp each entry and have it write to the table. I'd like to use screen painter to write to the table, but again, you need sdk for that, correct?

Former Member
0 Kudos

Hi,

you're completely right, if you want to use the screen painter you need the SDK to open the form and use them.

If you don't want to use SDK the only way is to write those tables manually (or by formatted searches when possible) using "default form for UDO" (but it's not very fine, it's just an header table with the rows in another table)

Regards,

Fabio Salucci

Answers (0)