Update here, I was able to figure out the SOQL, however, I am not sure what related record ID to use: But when I run the scenario it is not picking up the ID for Related Records ID in the upload action, it gives me the following error:
I am attempting to use a SOQL search query from Salesforce to find a file attached to a Salesforce Opportunity "file". We are unable to pull the "ContentDocumentURL" without this query since the file is not technically associated with the Opportunity. select{{31.Id}}from ContentDocumentLinkwhere Li...
Have you used the scenario where you "search for a document vs watching a record after creating a project? I am not getting my scenario to work. My search module is failing as I have an attachment added to the Opportunity, but I am unsure what needs to connect to upload to the WF project in the be...
For anyone who is looking for the answer in the future, here is the current callback URL for Workfront Fusion: https://app.workfrontfusion.com/oauth/cb/oauth2
thanks, anyway! If you know of any other way to grab a callback URL FOR WF Fusion to add to a Salesforce settings to create a client ID/secret, please let me know.
Do you have an example screenshot of where the URL would be. I created the scenario, but I need to be able to add a client ID & client secret from Salesforce and to create that in Salesforce, I need the callback URL
Can anyone help figure out where the callback URL for WF Fusion is? I am in my connectors tab of Fusion and am not seeing any information other than the Connectors already created through a Scenario. When I try to create the clientID for Salesforce, however, it requests this callback URL that I do ...