sorting incoming orders

jschweighardt
jschweighardt Member Posts: 1

looking for ideas on creating a workflow to sort incoming orders first by "taken by"
to sort the source then once split on "Taken By" to take the orders from a specific source, let's call it "Ecomm" and change the Approval Type on these orders to "B" except for a specific list of customers, who would need to be split off and had their Approval type set to Y

Answers

  • Brandon Watson
    Brandon Watson Member, Infor Partner Posts: 25

    I don’t know if there is enough information to fully help you with your specific project, but I have used Python to sort XML data. It works really well for that.