Appeon Javascript having Issues with assigning Private Instance Variable with Public Constant value of another object
21 views
Skip to first unread message
T L Sreedharan
unread,
Sep 23, 2016, 1:42:00 PM9/23/16
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi,
We have an pfc framework Userobject u_dw(Extension Layer) with following variable Instance variable declaration
PUBLIC:
constant string MASS_CHANGE = 'Change'
In a window we have declared a instance variable
Private:
string MASS_CHANGE // Values are set in pfc_preopen,
string MASS_SELECT // taken from constants on u_dw.
In the pfc_preopen event of this window we try to assign the variable