Pre Default value is not working in Pop up applet based on Siebel VBC
Hello,
We have a popup applet based on VBC (CSSBCVABase) class. This applet will be invoked when a button is clicked. Users are allowed to enter value in the applet. My requirement is to pre default a field "Owner" with value from profile attribute, when the applet loads.
When this button is clicked, I am populating owner field value in Profile attribute "VEQP_OWNER"
In the VBC, I am pre defaulting Owner field, using "Expr: 'GetProfileAttr("VEQP_OWNER")'" but pre default is not working.
If I create a calculated field having calculated value as GetProfileAttr("VEQP_OWNER"), and display this calculate value field, then the applet is displaying value. But I cant use the calculated value field, as the field should be modified by the users.