Show only Work in Progress Programs on the Demand Form

TD11
Tera Contributor

How can I edit this reference qualifier to only show Work in Progress Programs?

 

javascript:'sys_idIN' + getPortfolioProgramIds(current.portfolio, current.getTableName());

2 REPLIES 2

Juhi Poddar
Kilo Patron

Hello @TD11

Assuming this table contains a state field, with the back-end value for 'Work in Progress' being 2.

Try this: 

 

 

javascript:state=2

 

 

Note: Replace the value 2 with actual back-end value.

Hope this helps!

 

"If you found my answer helpful, please like and mark it as an "accepted solution". It helps future readers to locate the solution easily and supports the community!"

 

Thank You
Juhi Poddar

TD11
Tera Contributor

I was able to make it work by editing the script include.