{&ADM-CREATE-FIELDS} in ADM2?

U

Unregistered

Guest
Tranborg ,

I have asked same question couple months ago...

The answer is simple as the question: There's no similar for ADM2.

The ADM2 version has a "foreign field" treatment that solve this..

All you need is establish corrects data links between "father" SDO e "child" SDO, when you create a child record all foreign field are brought to the child record...

I hope i've answered you question...


Mauricio Silva
 

Tranborg

New Member
Thanks but in my case I don't have father child.

I only have father. I want a easy way of disable the key-field when updating, but enable the field when add/copy. Just like good old 8.3.

I suppose I have to code that myself.
 
U

Unregistered

Guest
Try : DYNAMIC-FUNCTION('getNewRecord':U)

return char : add, copy or no
 
Top