Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Hi All !
I'd like to ask if you can help me solving my problem.
(Thingworx 9.3)
I want the users to use their login name and password for performing the save action,
-> the concept would be a pop-up window to confirm the save,
-> only if passsword matches the username, the data is saved to the database, otherwise it would notify user for invalid password and he can try again.
-> by cancelling the signature process or closing the pop-up window, the save must not happen.
Could you please advise how to make such "electornic signing" proccess ?
Any advise on how to do such logic is greatly appreciated !
I've already made a mushup for signature purpuse , but cannot figure out how to pass/bind the "result" of the password validation from the pop-up mashup back to the mashup which triggered the pop-up.
Solved! Go to Solution.
Meanhwhile I figured it out by passing Mashup Parameters, and updating the parameter if the validator of the signature is True. This way I could achive to work with signing specific parts of the application.
Meanhwhile I figured it out by passing Mashup Parameters, and updating the parameter if the validator of the signature is True. This way I could achive to work with signing specific parts of the application.