scottdurow / RibbonWorkbench

Ribbon Workbench 2016 for Dynamics 365
https://ribbonworkbench.uservoice.com/
MIT License
72 stars 25 forks source link

How To: Inject field value into Start Workflow Confirmation Text #50

Open ZiaAhmedUddin opened 4 years ago

ZiaAhmedUddin commented 4 years ago

Hi I just wanted to know if on the Start Workflow smart buttons we can as part of the string for the parameter "Start Workflow Confirmation Text" we can inject a value from one of the fields for the current entity record.

scottdurow commented 4 years ago

No - this isn't possible - but sounds like a neat feature. There would have to be some kind of templating mechanism to grab data from the record.

ZiaAhmedUddin commented 4 years ago

Hi Scott,

Thanks for getting back to me, can I just say – your tool is wonderful !!!,

Anyway have managed to get around the problem by creating a normal button, and invoking Javascript to produce the message with the text I needed by grabbing data from the entity.

Many Thanks, Zia

From: Scott Durow notifications@github.com Sent: 09 September 2020 00:06 To: scottdurow/RibbonWorkbench RibbonWorkbench@noreply.github.com Cc: UDDIN Zia ZUDDIN@scor.com; Author author@noreply.github.com Subject: Re: [scottdurow/RibbonWorkbench] How To: Inject field value into Start Workflow Confirmation Text (#50)

No - this isn't possible - but sounds like a neat feature. There would have to be some kind of templating mechanism to grab data from the record.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fscottdurow%2FRibbonWorkbench%2Fissues%2F50%23issuecomment-689181655&data=02%7C01%7CZUDDIN%40SCOR.COM%7C4658726901ac44428a9208d8544bb3c3%7C5a47d63b1b7e4d2d9333750184dcbc99%7C0%7C0%7C637352031412585590&sdata=rVztt%2FudAQydl82kYefoYy%2FGBuIByOugk3L%2BoRzVxQA%3D&reserved=0, or unsubscribehttps://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAQPERMKXQ6KY3G4XG4MS4ZDSE22D7ANCNFSM4PSDTBXQ&data=02%7C01%7CZUDDIN%40SCOR.COM%7C4658726901ac44428a9208d8544bb3c3%7C5a47d63b1b7e4d2d9333750184dcbc99%7C0%7C0%7C637352031412585590&sdata=3UuCz55VOLrVo3jpUgDTvY8putqqMGNHG76CHQWPV3M%3D&reserved=0.


This message, including attachments, is intended for the above-mentioned addressees only. It may contain confidential information the review, dissemination or disclosure of which is strictly prohibited. Should you receive this message in error, please delete it and notify the sender to the e-mail address indicated above.

Ce message, ainsi que les pieces jointes, sont exclusivement destines aux personnes dont le nom figure ci-dessus. Ils peuvent contenir des informations confidentielles dont la divulgation est a ce titre rigoureusement interdite. Dans l'hypothese ou vous auriez recu ce message par erreur, merci de le supprimer et d'en avertir l'expediteur a l'adresse e-mail ci-dessus.


scottdurow commented 4 years ago

Great - thanks @ZiaAhmedUddin