Dan Munns Posted September 12, 2018 Share Posted September 12, 2018 Hi all, I know I have raised this issue numerous times before for various fields within SM (and probably this one as well but I can't find it now) Can we have ALL fields within SM just show as blank if they are indeed blank. On mapping PC answers to custom fields, and then using these custom fields in the details pane, they show as 'undefined' if a value has not been mapped to them. These two are mapped from PC answers (which in this case were not answered) to custom fields P and Q Thanks Link to comment Share on other sites More sharing options...
Ryan Posted September 14, 2018 Share Posted September 14, 2018 As a temporary workaround, it is possible to update the mappings to use a blank string when the value is undefined. if you update the mapping from Custom A Contents: &[global["flowcode"]["customFieldA"]] to Custom A Contents: &[global["flowcode"]["customFieldA"] || ""] Then when the value is undefined, it will use a blank string instead. Becomes Link to comment Share on other sites More sharing options...
Dan Munns Posted September 14, 2018 Author Share Posted September 14, 2018 @Ryan thanks, I will have a look. I just don't fancy changing it in all the BPMs (especially where multiple variables are stacked in one field) so if this could be fixed sooner rather than later it would be appreciated Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now