I’ve created two custom fields in assyst, one allows you to select a Branch, and the other should provide a selection list of the Section Departments in that Branch.
The Branch system lookup field has a shortcode of ORG BRANCH
Here’s my Lookup Filter Expression:
from sectn_dept as SectnDept where SectnDept.section.branch.shortCode = @*@$new.W("ORG BRANCH").shortCode@*@ and SectnDept.csg.shortCode = 'SHARED'
This works in assystNET (Self-Service Portal).
If I attempt to alter the value via assystWEB, I get an application error. So, I’m guessing my filter expression is incorrect.
Has anyone any advice?
Thanks