Forum Discussion
JérémyRenard
3 months agoNew Contributor III
Managing Group Company Exits in the User Workflow View
Hello everyone,
We have several companies that have been sold or dissolved.
To simplify users’ work, we would like to stop displaying workflows for these entities for periods when they no longer ...
- 3 months ago
Hi Jeremy,
Can you try using below logic?
api.Entity.Text(entityId, 6, 0, 0)
You also do not need to use .ToString again, because the return value is already a string.
Michal_CPM
3 months agoNew Contributor II
Hi Jeremy,
Can you try using below logic?
api.Entity.Text(entityId, 6, 0, 0)
You also do not need to use .ToString again, because the return value is already a string.
- JérémyRenard3 months agoNew Contributor III
Hello Michal_CPM
Thank you very much, it works perfectly.
I thought it was the last two parameters, `varyByScenarioTypeId` and `varyByTimeId`, that I was missing, so I tried `api.Entity.Text(entityId, 6, , )`, but I hadn’t thought of the 0.
Thank you Michal_CPM
Related Content
- 2 years ago
- 1 year ago
- 2 years ago