on 2005 Jul 26 5:14 PM
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
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
User | Count |
---|---|
96 | |
8 | |
6 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.