Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-04-22 09:07 AM
Hi
I am using Credentials in different processes and sometimes even calculating the credential name and then getting the data. The "Find reference" button only works when the credential name is inputted directly into the "Get Credential" action with quotation marks but not when a data item containing the name is inputted in the action. Is there any way to get the find reference working in that case?
Regards,
Emil
I am using Credentials in different processes and sometimes even calculating the credential name and then getting the data. The "Find reference" button only works when the credential name is inputted directly into the "Get Credential" action with quotation marks but not when a data item containing the name is inputted in the action. Is there any way to get the find reference working in that case?
Regards,
Emil
Answered! Go to Answer.
1 BEST ANSWER
Helpful Answers
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-04-22 09:51 AM
Hi Emil - not really. The references are recorded in the DB in a series of tables with names like BPA...Dependency, but as your observations have shown, the BPAProcessCredentialsDependency table is only updated when the process is saved with a literal credential name input value. I suspect the reason is that the 'save dependencies' logic doesn't attempt to calculate the result of any expressions, and technically [My Credential Name] is an expression. That said, the logic should attempt to resolve simple Data Item references like this.
Although I have so solution to your problem, I suggest you raise a 'public' enhancement request here and I will do the same on our internal ideas board.
Although I have so solution to your problem, I suggest you raise a 'public' enhancement request here and I will do the same on our internal ideas board.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-04-22 09:51 AM
Hi Emil - not really. The references are recorded in the DB in a series of tables with names like BPA...Dependency, but as your observations have shown, the BPAProcessCredentialsDependency table is only updated when the process is saved with a literal credential name input value. I suspect the reason is that the 'save dependencies' logic doesn't attempt to calculate the result of any expressions, and technically [My Credential Name] is an expression. That said, the logic should attempt to resolve simple Data Item references like this.
Although I have so solution to your problem, I suggest you raise a 'public' enhancement request here and I will do the same on our internal ideas board.
Although I have so solution to your problem, I suggest you raise a 'public' enhancement request here and I will do the same on our internal ideas board.
