Error: Neither variable(s) nor rule(s) found: id

I have created an interface, which works perfectly on the expression builder. When calling the same on a process module, the process module throws an error "There was an error in an expression in Create Logistics Group at null: Neither variable(s) nor rule(s) found: id"

Attaching the code for related interfaces.

OriginalPostID-258368


Create Logistics Group.zip

  Discussion posts and replies are publicly visible

Parents
  • @aloks176 appreciate your reply. I have already attached the interfaces in the zip file above. The zip file has 3 interfaces, 1. ICAMS_createLogisticsGroup.txt, 2. ICAMS_addGeneralLogisticsInformation.txt and 3. ICAMS_addModulesToLogisticsGroup.txt

    Following is the configuration from the Process Model for ICAMS_createLogisticsGroup The other two interfaces are called/used within the ICAMS_createLogisticsGroup

    =rule!ICAMS_createLogisticsGroup(
    userAction: ac!userAction,
    displayModulesList: ac!displayModulesList,
    removedModulesList: ac!removedModulesList,
    toolLocation: ac!toolLocation,
    availableDate: ac!availableDate,
    logisticsGroup: ac!logisticsGroup,
    documents: ac!documents,
    icamsDocuments: ac!icamsDocuments,
    targetFolder: ac!targetFolder,
    logisticsICAMSDocuments: ac!logisticsICAMSDocuments,
    removedDocuments: ac!removedDocuments,
    logisticsDocuments: ac!logisticsDocuments,
    rDocs: ac!rDocs,
    logisticsGroupingId: ac!logisticsGroupingId,
    supplierContact: ac!supplierContact,
    fromDeal: pv!fromDeal,
    dealId: pv!dealId
    )
Reply
  • @aloks176 appreciate your reply. I have already attached the interfaces in the zip file above. The zip file has 3 interfaces, 1. ICAMS_createLogisticsGroup.txt, 2. ICAMS_addGeneralLogisticsInformation.txt and 3. ICAMS_addModulesToLogisticsGroup.txt

    Following is the configuration from the Process Model for ICAMS_createLogisticsGroup The other two interfaces are called/used within the ICAMS_createLogisticsGroup

    =rule!ICAMS_createLogisticsGroup(
    userAction: ac!userAction,
    displayModulesList: ac!displayModulesList,
    removedModulesList: ac!removedModulesList,
    toolLocation: ac!toolLocation,
    availableDate: ac!availableDate,
    logisticsGroup: ac!logisticsGroup,
    documents: ac!documents,
    icamsDocuments: ac!icamsDocuments,
    targetFolder: ac!targetFolder,
    logisticsICAMSDocuments: ac!logisticsICAMSDocuments,
    removedDocuments: ac!removedDocuments,
    logisticsDocuments: ac!logisticsDocuments,
    rDocs: ac!rDocs,
    logisticsGroupingId: ac!logisticsGroupingId,
    supplierContact: ac!supplierContact,
    fromDeal: pv!fromDeal,
    dealId: pv!dealId
    )
Children
No Data