• ExpertNOT
  • NEWBIE
  • 10 Points
  • Member since 2016
  • VP of Rationalization


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 10
    Replies
I have a process where an email service (custom) cretes a CASE with attachments converted to files. I then using Visual Flow create a custom record Purchase_Order__c and fill out some fielsd. I would like to attach the FILES to the new Purchase_Order__c record with in the Visual Flow. Can someone point me on how to copy files from one record to another. I was thinking of calling APEX in the Visual flow. Thanks
Hi, Flow supports submitting a record for approval. I am trying to use flow to Approve and existing record in the approval process waiting to be approved. Any ideas. I see that you can up date a Process WorkItem in a flow but not the Process instance were the status is located. Di I have to write an Apex Class to change the processInstance Status to Approved and use it in the Flow?  I want to use a Flow as I have a collection of Records that are waiting for approval and use Flow to execute the approvals on the collection. 
I have a process where an email service (custom) cretes a CASE with attachments converted to files. I then using Visual Flow create a custom record Purchase_Order__c and fill out some fielsd. I would like to attach the FILES to the new Purchase_Order__c record with in the Visual Flow. Can someone point me on how to copy files from one record to another. I was thinking of calling APEX in the Visual flow. Thanks
Hi, Flow supports submitting a record for approval. I am trying to use flow to Approve and existing record in the approval process waiting to be approved. Any ideas. I see that you can up date a Process WorkItem in a flow but not the Process instance were the status is located. Di I have to write an Apex Class to change the processInstance Status to Approved and use it in the Flow?  I want to use a Flow as I have a collection of Records that are waiting for approval and use Flow to execute the approvals on the collection.