FIELD DEPEND ON PREVIOUS FIELD

Hello Every one , Good afternoon

It is Possible editable is True or false depending on previous field.

like i have two field PF APPLICABLE (Boolean) AND PF AMOUNT(Decimal).
in this case i have known when PF APPLICABLE is checked true than user input In PF AMOUNT editable TRUE.User can input amount and at that time PF AMOUNT FIELD WILL BE EDITABLE TRUE.
if false than PF AMOUNT editable FALSE. User cant input amount and at that time PF AMOUNT FIELD WILL BE EDITABLE FALSE.



PLEASE HELP ME..

Answers

  • vaprogvaprog Member Posts: 1,139
    Have a look at page 1 "Company Information" and the field "System Indicator Text".
    A global boolean variable is used as the value for the Editable property. That variable has the property IncludeInDataset set to Yes.
    In your case, you should set your variable in the OnAfterGetRecord trigger to the desired value.
  • Jeegen_PrajapatiJeegen_Prajapati Member Posts: 22
    bosm7oahyg4s.jpg

    this two field i have when Pf Applicable true than pf amount column is editable if false than not
Sign In or Register to comment.