Page 1 of 1

Personilization of forms

Posted: Thu May 14, 2009 7:12 am
by Nads711
How do I grey out a require field, immidiatelly when the form opens.
Field shouldn't be updatable

Posted: Thu May 14, 2009 12:19 pm
by oteixeira
Hello.

Which are the form and field names? Hope you are talking about a standard form.

Octavio

Posted: Fri May 15, 2009 4:14 am
by Nads711
It is a standard form. Invoice entry screen. I need to grey out payment terms, term basis and payment method. These can only be chagned by supervisor not clerk.

Posted: Fri May 15, 2009 6:30 am
by oteixeira
Hello.

I?m assuming the first field on your invoice entry form is Invoice Type. Here?s the customization description:

Seq=1
Description=Hide Fields

Condition
Trigger Event=WHEN-NEW-ITEM-INSTANCE
Triger Object=INV_SUM_FOLDER.INVOICE_TYPE

Context
Level=Responsibility
Value=<choose the responsibility you want to be affected by this personalization>

Actions
Seq=1
Type=Property
Description=Disable Paym Terms
Language=All
Object Type=Item
Target Object=INV_SUM_FOLDER.TERMS_NAME
Property Name=ENABLED (APPLICATIONS COVER)
Value=FALSE

Seq=2
Type =Property
Description=Disable Paym Method
Language=All
Object Type=Item
Target Object=INV_SUM_FOLDER.PAYMENT_METHOD
Propert Name= ENABLED (APPLICATIONS COVER)
Value=FALSE

You mentioned also Term Basis field, but i think it is not available on this form.
Save you work, close all forms and test to see if it works.

Hope this helps,
Octavio