Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
NickHoff
Specialist
Specialist

Document Trigger - Select in Field

When using a document trigger, On Open, which has the action Select in Field.  I want my application to load with a default selection in my list box.  The first one should be easy.

I have an @Exclude795 listbox with two rows'Exclude DRG 795' and 'Include DRG 795'.

When I set the field name as =@ExcludeType795 what do I put the search string to if I want to set the load to 'Exclude 795'?

Also, I'd like to load the application based on a field called Code, which has the values 200-219 and I only want to load it with 200-203 and 207-213 and 219 selected, while still giving the user the option to include the other codes.

1 Solution

Accepted Solutions
NickHoff
Specialist
Specialist
Author

Solved this by taking out the = in front of the field name in the Field, and for the multiple selection I included | between the fields i.e. (200|201|203)

View solution in original post

2 Replies
NickHoff
Specialist
Specialist
Author

Solved this by taking out the = in front of the field name in the Field, and for the multiple selection I included | between the fields i.e. (200|201|203)

chetanpatel
Contributor III
Contributor III

working for me like (Reopen|New|Active)