In BPF , filtered lookup field not working form second stage.
same lookup field in BPF for two more stages in a process which is working in stage1 and not working in stage2 and stage3.
function Filter(executionContext) { debugger; var formContext = executionContext.getFormContext(); var control = Xrm.Page.getControl("header_process_attributename"); if (control) { formContext.getControl("header_process_new_attributename").setDefaultView("{**View Guid**}"); } }
*This post is locked for comments
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156