cancel
Showing results for 
Search instead for 
Did you mean: 

Getting Error in Adobe Form as Script failed (language is formcalc:context

Former Member
0 Kudos

Hi Experts,

While acessing Adobe forms from MSS ,

After Selecting the Scenario

After Edit Form

Before the form is Displayed

I am getting a POP-UP message stating the following Error.

Script failed (language is formcalc;context is xfa[0].data[0].RequestSeparationEnhanced[0]. PCR_PAGE1[0].PCRheader[0].EmployeeDataCI[0].EmployeeDataCIContent[0].EmployeeInfo[0])

Script=concat($record.ENAME.DATA.FIELD,u201D(u201C,$record.PERNR.DATA.FIELD,u201D)u201D)

Error: acessor u2018$record.ENAME.DATA.FIELDu2019is unknown.

Script failed (language is formcalc;context is xfa[0].data[0].RequestSeparationEnhanced[0].PCR_PAGE1[0].PCR_DE[0].PCRDEContent[0].RequestSeparationEnhanceDDLOverlay[0])

Script=concat($record.MGTXT.DATA.FIELD,u201D(u201C,$record.MASSG.DATA.FIELD,u201D)u201D)

Error: acessor u2018$record.MGTXT.DATA.FIELDu2019is unknown.

ENAME & MGTXT are the fields which has to be displayed by default when the form is shown.

But when the Adobe form is displayed it comes without any Value for ENAME - Employee Name

MGTXT - Reason for Action Text .

Please provide me solution to over come this problem.

Thanking you in advance,

Suriya.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

This was fixed by commenting the script in the form since I don't require it.

Suriya