cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction screens in Agentry

sravanthi_polu
Contributor
0 Kudos

Hi Experts,

We are trying to create Notification Items in Agentry. The user can enter multiple items by clicking on "More" option in the transaction screen.

There is no validation rule defined and the users are clicking on the "more" button with out entering any data in first 3 screens and the data is entered only in the last screen(4th) of creating items.As a result the 3 empty items are updated in back end.

Please suggest can we define the transaction properties minimum value to 1 so that the users are forced to enter at least one entry in the Items screen fields "Part" "Damage" and "Cause" which are complex table drop downs(but here the user need to enter one entry mandatory in these three fields) "or" do we need to write a validation rule in agentry that checks if the user has entered any one field in these three fields.

Kindly suggest.Thanks in advance.

Thanks&Regards,

Sravanthi Polu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can right a validation rule that checks to make sure a field is not empty like:


OR

- NOT

- - EQSTR

- - - <<Application.Blank>>

- - - FieldOne

- NOT

- - EQSTR

- - - <<Application.Blank>>

- - - FieldTwo

- NOT

- - EQSTR

- - - <<Application.Blank>>

- - - FieldThree

...

Answers (0)