This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Create ITShop Orders not working in 7.0.2

I need to create ITShop Orders in One IM 7.0.2.

I have followed some threads (primarily http://en.community.dell.com/techcenter/iam/f/4789/t/19561283).

I've I tried fillOrder, CreateITShopOrders, etc, put objectkeyordered, UID_Org, parameters etc... but haven't been able to do so. Similiar to this also http://en.community.dell.com/techcenter/iam/f/4789/t/19659809

 

Furthermore, when I try the CreateITShopOrders methodcall then I get this error:

[System.ArgumentException] Object of type 'VI.DB.Entities.InteractiveEntity' cannot be converted to type 'VI.DB.ISingleDbObject'.

seems like it's the custom script parameters (which are ISingleDbObjects based on examples)

DBObject.Custom.CallMethod("CreateITShopOrder", strUID_ITShopOrg, strUID_Person, CustomScriptName)

 

Did the process of creating itshop orders change in version 7?