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

Unable to raise ITshop request using CreateItshopOrder method

Hi,

We are trying to raise ITshop request using CreateITshopOrder method for ITshopOrgHasQERReuse object. We are trying to execute this method in Object browser but it is throwing below error

"Assignment requests are not allowed for the given product nodes."

Input parameters for the method passed were UID_Org, UID_PersonOrdered and custom script name and custom script has below code

Public Function test(ByRef dbAssignment As IEntity, ByRef dbPWO As IEntity) As String

dbPWO.PutValue("OrderReason", "Account Definition assignment converted to IT Shop request automatically.")

Return "done"
End Function

Please suggest how to resolve this. Thank you.