Forms error : Undefined Attribute
In When-New-Form-Instance Trigger because of the below given code "Undefined attribute" error is popping up.
set_item_property(ITEM_ID, CURRENT_RECORD_ATTRIBUTE,
get_item_property(ITEM_ID,VISUAL_ATTRIBUTE));
Is there anything wrong with the above code?
set_item_property(ITEM_ID, CURRENT_RECORD_ATTRIBUTE,
get_item_property(ITEM_ID,VISUAL_ATTRIBUTE));
Is there anything wrong with the above code?
0