Hi,
I want to place an approval button on my page and I want that the "ApproverToEmail" value must be fillet from a Dropdown or from a an Office365 variable like "Manager".
Here what I'm using now : 'Boutondemanded''approbation'.Run("approvator@mail.com";"sender@mail.com";DataCardValue2)
Can-you help please ?
Regards.
Hi,
It's working now, here is the final Combobox's command :
Office365User.SearchUser({searchTerm:"";top:999}).Mail
Thank you very much for your help.
Have a nice day.
Hi @PriyankaGeethik ,
thank you for your reply.
No, the DataCardValue2 containt the ID, office365Users Manager value must be must be geted from a new field that I have to add.
Regards.
Hi zmansuri,
Thank you for your reply,
I added the Combobox with the Item property, but it's showing only one entry and it's the town and not the user :
Regards
ComboBox Item property:
Office365User.SearchUser({top:999});
'Boutondemanded''approbation'.Run(ComboBox.Selected.Mail;"sender@mail.com";DataCardValue2)
Hi @espacio ,
Is DataCardValue2 the value from which you required the office365Users Manager value ?