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?

 

 

Parents
  • Hi,

    I am also trying to raise request via process in version 8.0 but I am not able to understand CreateITshopOrder method. 

    Public Sub CCC_CreateAutoApprovedAccDefOrder_ExtraInfo(ByRef dbAssignment As IEntity, ByRef dbPWO As IEntity)

    what are the input parameters in above script?

    I have multirequest resource for which I want to raise a request automatically. I have one input parameter in request properties. Please suggest how can I implement this. Thank you.

Reply
  • Hi,

    I am also trying to raise request via process in version 8.0 but I am not able to understand CreateITshopOrder method. 

    Public Sub CCC_CreateAutoApprovedAccDefOrder_ExtraInfo(ByRef dbAssignment As IEntity, ByRef dbPWO As IEntity)

    what are the input parameters in above script?

    I have multirequest resource for which I want to raise a request automatically. I have one input parameter in request properties. Please suggest how can I implement this. Thank you.

Children
No Data