We want to migrate software orders. Every user who has xxx-Software assigned should become an additional order for 7ZIP.
The PersonOrdered, PersonInserted, ValidUntil and OrderReason incl. an hint of the old order should be copied from the xxx-Software order. The order should be assigned without any workflow or emails started.
We tried
DBObject.Custom.CallMethod("CreateITShopOrder", strUID_ITShopOrg, strUID_Person, CustomScriptName)
with DBObject = PersonInOrg
We have no opurtunity to assign different ValidUntil values. The CustomScriptName can only have a fix ValidUntil for every order. We can't dynamic create CustomScripts or pass parameters to the CustomScript.
Are there any ideas?
Best Regards Bernd Nicklaus