Create Issue Requisition using Mincom Connector
Create Issue Requisition using Mincom Connector
(OP)
I have the need to create an application that will create issue requisitions based on estimated material needs. I have looked at the documentation and it looks like there are four parts: 1. ValidateItem Method 2. Create Method 3. CreateItem Method and 4. Finalise Method.
I was wondering if anyone has some sample code where they are currently doing this. I would appreciate any help that can be provided. We are currently on Ellipse 5.2.3.7 wk3.
Thanks.
I was wondering if anyone has some sample code where they are currently doing this. I would appreciate any help that can be provided. We are currently on Ellipse 5.2.3.7 wk3.
Thanks.
RE: Create Issue Requisition using Mincom Connector
RE: Create Issue Requisition using Mincom Connector
I found the "trick" is the handling of the msg140Data field. Grab it from the result of step 1, and pass it into step 2; grab it from the result of step 2, and pass it into step 3; etc.
RE: Create Issue Requisition using Mincom Connector
I am trying to understand in the ValidateItem Method when it gets to the item validation it is talking about ReqItems and it says this is Mandatory. Must contain an array with a maximum of two (2) Requisition Items and their attributes.
Do we pass an array through the connector? This is the biggest place that I am lost right now.
I would appreciate any help that anyone could give on this.
Tim
RE: Create Issue Requisition using Mincom Connector
here is the problem :
When im doing the 1st step, its get an error says "CHECK SECURITY FOR Requisition.ValidateItem"
I dont get it. what it is mean CHECK SECURITY?
Thank u
RE: Create Issue Requisition using Mincom Connector
RE: Create Issue Requisition using Mincom Connector
Thank u
RE: Create Issue Requisition using Mincom Connector