Guest Paul Alexander Posted March 4, 2019 Posted March 4, 2019 I'm trying to set up a task which will need some info already in the ticket, so I'm trying to use the Variable Picker. However, this doesn't seem to be available in the 'capture task fields' settings (although the icon is there). Is this by design? Or is something not working? Manually adding the &[global["flowcode"]["customFieldC"]] code (for instance) doesn't work either.... thanks
NeilWJ Posted March 4, 2019 Posted March 4, 2019 Hi @Paul Alexander , Nothing popping up is a defect. Will fix that. The label variable picker is for injecting "task custom field" variable pointers not general bpm wide variables. This is why manually putting in &[global['flowcode']['somevar']] does nothing. There is no way to do this because the task form is client side and the bpm is serverside i.e a task form is not aware of some flowcode variable ref. So basically the task custom fields work pretty much like the PCF custom forms works, the var picker, once fixed, will allow you to reference other custom fields defined in the task. Not that i know if that is useful at all but it is just something brought over from custom PCF forms. Cheers
NeilWJ Posted April 8, 2019 Posted April 8, 2019 Note : I have removed the variable button when used in BPM as there is no way to actually reference serverside vars in clientside UI.
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