Dear,
As a newby to Adobe Lifecycle, I ‘m facing a problem with scripting and floating fields. I would like to reference a field value on a Sales Quote object in SAP C4C. So whenever the value of a checkbox (e.g. Z_WOZbeschikking) is set to false (default) the Text box (e.g. txtExample) (paragraph; not editable) must be hidden. The current syntax that I have used does not work. I can’t figure out what I am doing wrong. The current syntax is :
FormQuoteNotification.#subform[6].woz::initialize - (FormCalc, client)
if($.FormQuote.Z_WOZbeschikking.rawValue == "false") then
this.presence = "hidden";
endif
What am I missing? Please help.
Best regards!
