Hi,
I have developed a process and when I try to open the form from manager's UWL, it is taking a long time to load and after it loads the whole form is editable but I am not able to click 'Check' or 'Send of review' or 'withdraw process' button. The mouse pointer just keeps on rotating. I noticed that this seems to happen after I have introduced a formcalc coding in 'Layout ready' for some 30 rows of a table i,e 15 rows in each table.I have 2 tables. The code is as below,
if( ( $record.FORM_SCENARIO_STAGE.DATA[*].FIELD == "FSS5_FINADMIN" | $record.FORM_SCENARIO_STAGE.DATA[*].FIELD == "FSS4_SHSER" )and
( $record. PAY1_BETRG.DATA[*].FIELD == "" | $record.PAY1_BETRG.DATA[*].FIELD == NULL ) |
( $record. PAY1_BEGDA.DATA[*].FIELD == "" | $record. PAY1_BEGDA.DATA[*].FIELD == NULL ) |
( $record. PAY1_WAERS.DATA[*].FIELD == "" | $record. PAY1_WAERS.DATA[*].FIELD == NULL ) )
then
this.access = "open"
else
this.access = "readOnly"
endif
Is this because of the formcalc code? or is it anything else. I am using Adobe Live Cycle designer ES2 version 9.0.1..
I have enabled cache in form properties too. It was loading fast few hours back..but now it takes a lot of time.
Please let me know..
Oh ya...and I have inserted web dynpro script.. and i have run and update script through SFP_ZCI_UPDATE.
Thanks,
Sri