Our site has got connector working using the lightweight ‘jars’ related to MIMSJ. This allows their java applications to talk directly to the MIMS objects without MIMS Open enterprise installed.
We are now trying to create requisitions in MIMS, however the Ellipse Business Object documentation is not giving us enough information.
The crux of the problem is a reference to an array of requisition items that the requisition object requires to perform the ValidateItem method.
The documentation particularly states:
ReqItems - Mandatory. Must contain an array with a maximum of two (2) Requisition Items and their attributes.
There is a RequisitionItem data type to which this is referring. How do we create the array of RequisitionItems to pass into the ValidateItem method?
Thank you.
We are now trying to create requisitions in MIMS, however the Ellipse Business Object documentation is not giving us enough information.
The crux of the problem is a reference to an array of requisition items that the requisition object requires to perform the ValidateItem method.
The documentation particularly states:
ReqItems - Mandatory. Must contain an array with a maximum of two (2) Requisition Items and their attributes.
There is a RequisitionItem data type to which this is referring. How do we create the array of RequisitionItems to pass into the ValidateItem method?
Thank you.