Hi,
In the server embed I need to use some of the values in the extra assigned fields, but they are only being assigned after this embed as per code below.
I can make a plan here , but just wanted to know what the correct way would to this ?
TIA for any assistance
Johan
do ValidateValue::loc:fc_super_field ! copies value to session value if valid.
! Start of "After Validate New Value"
! [Priority 4000]
need to use the assigned fields here to do some other clever stuff
! End of "After Validate New Value"
p_Web.SetValue('lookupfield','loc:fc_super_field')
do AfterLookup <<<*******<<<<<< but it seems as if the other assigned fields are only moved accross in the AfterLookup routine