cancel
Showing results for 
Search instead for 
Did you mean: 

MSS: PCR Adobe forms

Former Member
0 Kudos
72

Hi, does anyone know where else do you set form object attibutes, such as invisible and readonly.

I've got a form with two date entries, date A and date B.

When you enter the PCR and click on "to review form" both dates supposed to change to read only, form mode is DISPLAY.

My problem is although both date objects has exactly the same code in formcalc/java script, date B still allow the calander to display when you hover the mouse over the box. It also allow date entry. I have copied the standard PCR forms. Where else do I need to look to make date B read only. See snippet of code below.

Cheers.

if($record.CONTROL_PARAM.ISR_MODE == "DISPLAY" |

$record.CONTROL_PARAM.ISR_FORM_VIEW =="ISR_APPROVE" )

then

this.access = "readOnly"

else

this.access = ""

endif

Accepted Solutions (1)

Accepted Solutions (1)

markus_meisl
Advisor
Advisor
0 Kudos

Hi TL,

you set the properties of a form object in Adobe LiveCycle Designer on the Value tab of the Object palette (after highlighting the Date/Time Field) under Type. On this tab, you can also put validation patterns for data entry and display.

Kind regards,

Markus Meisl

SAP NetWeaver Product Management

Former Member
0 Kudos

Hi Markus,

Thank you for your reply. I managed to resolve the issue myself....this time it's user training (me!).

Tommy

former_member182161
Participant
0 Kudos

Hi,

When you copied from standard one what did you do to make them available in Portal??

We copied them and getting error saying "iView not found."

Thanks

Santhosh

Former Member
0 Kudos

There is several tables you need to update with the new sceanario. There is a cookbook you can find in service.sap.com

TommyL

amit_khare
Active Contributor
0 Kudos

Hi Markus,

I am new to NetWeaver and currently working with HCM.

I require to work out some ADOBE Forms.

Can you please provide me some tutorials to study that.

My email id is toyouamit@yahoo.com.

Thank You.

Amit

Former Member
0 Kudos

So Markus how did you resolve it?

We have part of the same problem, when we click on "To Review Form" it doesn't set the form to read only mode. We are unable to figure out why this is.

Any clues would be helpful!

Todd

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi TommyL,

How did you manage to fix this issue? You said it was user error, but we are having the same problem. Please advise how you fixed.

Regards,

Cara