how to show / hide a field in a custom workflow instead of js
*This post is locked for comments
how to show / hide a field in a custom workflow instead of js
*This post is locked for comments
Hi,
In my code, it is results.value[0]["schema_name"];
The easiest option is to right lick on statuscode field under your watch window and select Add Watch for that property only, it will show you what you should use to get it's value.
still breaking, should be results.value[0].["statuscode"] ?
You can try result[0].statuscode
Looks like you just need to use result[0]["statuscode"]
I can see the value, but can not get it.
it is breaking here, statuscode = result["statuscode"];
that is entity name
What are you getting when you paste that URL to the browser?
PS. Maybe those braces should be removed from the URL. Those before the questionmark
You can start debugging your code and see if request is formatted correctly or not. What is recoserv_applications() in your request here ?? it's not correct, you should write your entity name there
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,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156