Alteryx Designer Desktop Ideas

Share your Designer Desktop product ideas - we're listening!
Submitting an Idea?

Be sure to review our Idea Submission Guidelines for more information!

Submission Guidelines

Add encryption options to the Salesforce Input Tool v4.1

The standard Input tool has Password Encryption features as

Hide (Default)

Encrypt for User

Encrypt for Machine

 

However the Salesforce Input Tool v4.1 does not have similar user selectable password encryption features. As a result, while the tool runs on the desktop, it fails while pushing to the server since it was not encrypted on the server.

 

The main.py file line 71 has this command

      self.password = self.alteryx_engine.decrypt_password(self.password)

From what I understand this can be enhanced to below

self.password = self.alteryx_engine.decrypt_password(self.password, option)

Option values:

0: Decrypt.

2: Machine encryption

3: User encryption

Similar logic can also be applied during encryption

 

This would make the Salesforce Input tool inline with the Password encryption features available in the Input tool

2 Comments
KylieF
Alteryx Community Team
Alteryx Community Team

Thank you for your idea and feedback!

 

We greatly appreciate the input on how we can improve our salesforce tools. It looks like you're relatively new to the idea board (welcome!) so if you haven't yet be sure to check out our Submission Guidelines as it goes over the idea board process in a bit greater detail including what happens after you post.

AlteryxCommunityTeam
Alteryx Community Team
Alteryx Community Team
Status changed to: Accepting Votes