How to get the title of a record's error pipeline?
The record:errorPipeline() seems a bit cryptic for human consumption. Is there a way to the error pipline's Title?
Thanks.
record:errorPipeline()
, as you've observed, gives you the pipeline's unique ID. To get a more friendly pipeline name, you should be able to use the REST API to navigate from the ID to the name. If this is a viable solution for you, I'll try to cook up a sample.
Asked: 2019-03-05 14:22:17 -0600
Seen: 219 times
Last updated: Mar 05 '19
Unclear about the Question, can you please clarify?