Hello wonderful people, couple of questions:
Can someone give me a bit of clarification re restlet script and its usage.. I know it's 5000, if I was doing a record.transform and wanted to create 15,000 records per day.. what would be the best way without having the restlet fall over? how can you do large number of transactions with restlets without going over execution limits?
Also record.transform only works if internal ID is provided, is there anything that can be done with just the external ID? What could I use to transform a PO to a IR without the internal ID? again with the goal on having 15,000 per days and not having the restlet fall over because of execution limits?