BOD Connectors
Add new element for SyncCustomerReturn_Out
Add new element for SyncCustomerReturn_Out
- Files Changed: FSM_ION_SyncCustomerReturn_Out.lpd
- New IPA Changes:
- XML changes: Passed CustomerOrderReturn.OrderNumber value in following path: DataArea/CustomerReturn/CustomerReturnLine/DocumentReference type="SalesOrder"/DocumentID/ID
- Integration Specific: Yes. These changes are related to CSF-GRC Integration.
- Setup: In FinanceEnterpriseGroup, "BODtrigger" checkbox should be checked.
- Setup: Enable the "CustomerReturnService" in Service Definition for FSM_ION_SyncCustomerReturn_Out Processes.
- Testing - Scenario 1:
- Create CustomerOrderReturn for the BillingInvoice.
- Create CustomerOrderReturnLine and release it.
- Testing - Scenario 2:
- Run "OrderEntryReturnsGlobalLedgerPosting" (When "OrderEntryReturnsGlobalLedgerPosting" is run , if CustomerOrderReturn status is "Released" then it will move to "Closed" and work unit will be triggered.)
- BOD will trigger and Work unit will generate successfully without any error for FSM_ION_SyncCustomerReturn_Out BOD (CustomerReturnService).
- Check the following Xpath: CustomerReturn/CustomerReturnLine/DocumentReference type="SalesOrder"/DocumentID/ID
JT-1602701
Add the below elements to SyncItemMaster_Out
Adding Elements to SyncItemMaster_Out
- Files Changed: FSM_ION_SyncItemMaster_Out.lpd
- New Variable Added in JSON: ItemDecQuantity, ItemDecPrice, ItemDecCost, ItemEffectiveDate, ItemExpirationDate.
-
New IPA Changes:
- Added the below elements to SyncItemMaster_Out
- ItemMaster/ItemMasterHeader/ItemStatus/TimePeriod/StartDateTime
Item.EffectiveDate
- ItemMaster/ItemMasterHeader/ItemStatus/TimePeriod/EndDateTime
Item.ExpirationDate
- ItemMaster/ItemMasterHeader/ItemStatus/TimePeriod/StartDateTime
- Added below Xpaths in user areas
- <NameValue type="StringType" name="Quantity in
Decimals"/>
Item.NumberOfDecimalsQuantity
- <NameValue type="StringType" name="Price in
Decimals"/>
Item.NumberOfDecimalsPrice
- <NameValue type="StringType" name="Cost in
Decimals"/>
Item.NumberOfDecimalsCost
- <NameValue type="StringType" name="Quantity in
Decimals"/>
- Added the below elements to SyncItemMaster_Out
- Setup: Enable the service "ItemService" for FSM_ION_SyncItemMaster_Out.lpd.
- Create,Update or Delete a Item and save it.
- BOD will trigger and Work unit will generate successfully without any error for FSM_ION_SyncItemMaster_Out.lpd
- Verify the Result:
- Check the mappings of following XPath.
- ItemMaster/ItemMasterHeader/ItemStatus/TimePeriod/StartDateTime --->Item.EffectiveDate
- ItemMaster/ItemMasterHeader/ItemStatus/TimePeriod/EndDateTime ----->Item.ExpirationDate
- Check the X-paths in user areas.
- <NameValue type="StringType" name="Quantity in Decimals"/>
Item.NumberOfDecimalsQuantity
- <NameValue type="StringType" name="Price in
Decimals"/>
Item.NumberOfDecimalsPrice
- <NameValue type="StringType" name="Cost in
Decimals"/>
Item.NumberOfDecimalsCost
- <NameValue type="StringType" name="Quantity in Decimals"/>
- Check the mappings of following XPath.
JT-1600095
GL: Add RunGroup to the SSJE Acknowledgement Bod
GL: Add RunGroup to the SSJE Acknowledgement Bod
- File changed: FSM_ION_ ProcessSourceSystemJournalEntry_Inbound
- Changes in IPA:
- Made changes in XML's of AcceptedBOD XML and RejectBOD XML.
- Added UserArea->Property-> @RunGroup in both XMls
- Enable the service in Service Definitions.
- Change the Configuration Parameters.
- Publish the BOD through Generator Tool.
- Verify the Results in Canvas Work Units
JT-1589534
GLSSJE: Send the invoice number at the user area without any special characters SSJE Outbound Bod
GLSSJE: Send the invoice number at the user area without any special characters SSJE Outbound Bod
- File changed: FSM_ION_SyncSourceSystemJournalEntry_Out
- Changes in IPA:
- Added a code snippet<BLInvoice = BLInvoice.replace(/[\W_]/g, '');> in Java script of Assign2700 Node.
- Setup: Navigate to BillingCompany> and invoicing options. Enable the manual invoice numbering.
- Create and release a Billing Invoice.
- Run Invoice Verification Report.
- Run Invoice and Register Print.
- Run Sub System Update.
- Journals will be created in released state and Quick Post them.
- BOD will be triggered. Identify the Invoice number in UserArea that does not have any special characters.
JT-1598081
ION Content and JSON Files Delivery
Latest IPA JSON files and FSM_ION_CONTENT* delivery - JSONFILES_ST record updtaed in \iefin\wfdata\SampleDocumentTemplate. FSM_ION_CONTENT* record updated in \iefin\plugins\iefinconnector\ipa_content.
- \iefin\wfdata\SampleDocumentTemplate
- \iefin\plugins\iefinconnector\ipa_content\SampleDocumentTemplate
- Go to Application -->Application Administrator -->Supply Management -->Shared Processes -->Sample Document Template.
- Open Sample Document.
- In the All tab, search for JSONFILES_ST, the record updated with attachment.
- In Fact Sheets tab, search for FSM_ION_CONTENT*, three records updated with
attachment.
- FSM_ION_CONTENTPACK_ST
- FSM_ION_CONTENT_PACK_IONCE_IMS_ST
- FSM_ION_CONTENT_PACK_IONCE_ST
JT-1605778
Implement Clean Document ID solution for ProcessBillToPartyMaster_In - New BOD Development
Implemented Clean Document for Process.BillToPartyMaster_In - New BOD
- Files Changed:
- FSM_ION_ProcessBillToPartyMaster_Inbound.ipd
- PfiReceiver.xml
- New Required Setup:
- Added new System Configuration Parameter "RequiredCleanDocumentID”. Default value for the flag is "N". When the Value is set to "Y", to enable RequiredCleanDocumentID.
- Added new System Configuration Parameter "IsMultipleFEG”. Default value for the flag is "N". The Value is set to "Y", to enable IsMultipleFEG.
- New Variable Added in JSON: No new variables added
- New IPA Changes:
- BOD gets triggered based on the action code in Input XML and creates,updates or deletes records in CustomerBillTo
- Integration Specific: No
- Setup:
- Enable the receiver for FSM_ION_ProcessBillToPartyMaster_Inbound.ipd.
- Pass the source AccountingEntity and destination GLCompany values in Cross Reference :DESTAEVSCSFGLC/
- Once the BOD gets processed CustomerBillTo gets Created or Updated or Deleted based on ActionCode.
- Verify that CustomerBillTo gets Created or Updated or Deleted based on ActionCode based for the RequiredCleanDocumentID = Y/N.
JT-1591783
Implement Clean Document ID solution for ProcessContactMaster_In
Implemented Clean Document ID solution for ProcessContactMaster_In
- Files Changed: FSM_ION_ProcessContactMaster_Inbound.lpd
- New Required Setup:
- Added new System Configuration Parameter "RequiredCleanDocumentID”. Default value for the flag is "N". When the Value is set to "Y", to enable RequiredCleanDocumentID.
- Added new System Configuration Parameter "IsMultipleFEG”. Default value for the flag is "N". The Value is set to "Y", to enable IsMultipleFEG.
- New Variable Added in JSON: No.
- New IPA Changes:
- In Start node added new variables ConfigDocID,ConfigFEG.
- Added Conditions in nodes Assign90.
- Integration Specific: No.
- Setup:
- Enable the receiver for FSM_ION_ProcessContactMaster_Inbound.lpd.
- Pass the source AccountingEntity and destination GLCompany values in Cross Reference :DESTAEVSCSFGLC.
- Once the BOD gets processed CompanyCustomerContact gets Created or Updated or Deleted based on ActionCode.
- Verify that CompanyCustomerContact gets Created or Updated or Deleted based on ActionCode based for the RequiredCleanDocumentID = Y/N.
JT-1591786
Implement Clean Document ID solution for ProcessCustomerPartyMaster_In
Clean DOC ID Solution for ProcessCustomerPartyMaster_Inbound.
Note: This parameter is Only applicable for Beta customer and not existing customer using FSM-MSCRM Integration.
- Files Changed: FSM_ION_ProcessCustomerPartyMaster_Inbound
- New Required Setup:
- Added new System Configuration Parameter "RequiredCleanDocumentID”. Default value for the flag is "N". When the Value is set to "Y", to enable RequiredCleanDocumentID.
- Added new System Configuration Parameter "IsMultipleFEG”. Default value for the flag is "N". When the Value is set to "Y", to enable IsMultipleFEG.
- New IPA Changes:
- In FSM_ION_ProcessCustomerPartyMaster_Inbound IPA flow below changes done:
- New variables added in start node.
- Modified javascript in "Assign3330" node.
- In FSM_ION_ProcessCustomerPartyMaster_Inbound IPA flow below changes done:
- Integration Specific: Yes. These changes are related to FSM-MSCRM Integration.
- Setup:
- In FinanceEnterpriseGroup, "BODtrigger" checkbox should be checked.
- In Channels Administrator, Activate the respective ION Inbox Receivers for FSM_ION_ProcessCustomerPartyMaster_Inbound.
- Pass the source AccountingEntity and destination GLCompany values in Cross Reference :DESTAEVSCSFGLC
- When the bod is processed, Work Unit will be triggered.
- If RequiredCleanDocumentID = Y, Company value will be taken from cross reference and Customer is created.
- Verify the result:
- If RequiredCleanDocumentID = Y, Company value will be taken from cross reference and Customer is created without any error.
JT-1588232
Implement Clean Document ID solution for ProcessShipToPartyMaster_In
Implemented Clean Document ID solution for ProcessShipToPartyMaster_In
- Files Changed: FSM_ION_ProcessShipToPartyMaster_Inbound.lpd
- New Required Setup:
- Added new System Configuration Parameter "RequiredCleanDocumentID”. Default value for the flag is "N". When the Value is set to "Y", to enable RequiredCleanDocumentID.
- Added new System Configuration Parameter "IsMultipleFEG”. Default value for the flag is "N". The Value is set to "Y", to enable IsMultipleFEG.
- New Variable Added in JSON: No
- New IPA Changes:
- In Start node added new variables ConfigDocID,ConfigFEG.
- Added Conditions in nodes Assign1900,Assign1890,Assign3660,Assign1340.
- Integration Specific: No.
- Enable the receiver for FSM_ION_ProcessShipToPartyMaster_Inbound.lpd.
- Pass the source AccountingEntity and destination GLCompany values in Cross Reference :DESTAEVSCSFGLC.
- Once the BOD gets processed CustomerShipTo gets Created or Updated or Deleted based on ActionCode.
- CustomerShipTo gets Created or Updated or Deleted based on ActionCode based for the RequiredCleanDocumentID = Y/N.
JT-1591784
Implement Clean Document ID solution for SynCustomerPartyMaster_Out
Implemented Clean Document ID solution for SynCustomerPartyMaster_Out
- Files Changed: FSM_ION_SynCustomerPartyMaster_Outbound.lpd
- New Required Setup:
- Added new System Configuration Parameter "RequiredCleanDocumentID”. Default value for the flag is "N". When the Value is set to "Y", to enable RequiredCleanDocumentID.
- Added new System Configuration Parameter "IsMultipleFEG”. Default value for the flag is "N". The Value is set to "Y", to enable IsMultipleFEG.
- New Variable Added in JSON: No.
- New IPA Changes:
- In Start node added new variables ConfigDocID,ConfigFEG,CrossGLC.
- Added new nodes Branch3670,Assign4660
- Integration Specific: No.
- Enable the service "CompanyCustomerService" for FSM_ION_SynCustomerPartyMaster_Outbound.lpd.
- Pass the source GLCCompany and destination AccountingEntity values in Cross Reference :CSFGLCVSDESTAE.
- Create,Update or Delete a CompanyCustomer.
- BOD will trigger and Work unit will generate successfully without any error for FSM_ION_SynCustomerPartyMaster_Outbound.lpd BOD.
- Verify that:
- If RequiredCleanDocumentID=N then DocID and Accountingentity in concatenation form.
- If RequiredCleanDocumentID=Y then DocID is Customer and Accountingentity is CrossReference destination value.
JT-1588231
Implement Clean Document ID solution for SyncBillToPartyMaster_Out
Implemented Clean Document ID solution for SyncBillToPartyMaster_Out.
- Files Changed: FSM_ION_SyncBillToPartyMaster_Out.lpd
- New Required Setup:
- Added new System Configuration Parameter "RequiredCleanDocumentID”. Default value for the flag is "N". When the Value is set to "Y", to enable RequiredCleanDocumentID.
- Added new System Configuration Parameter "IsMultipleFEG”. Default value for the flag is "N". The Value is set to "Y", to enable IsMultipleFEG.
- Added new System Configuration Parameter "TriggerBODBasedOnCrossReference”. Default value for the flag is "N". The Value is set to "Y", to enable TriggerBODBasedOnCrossReference.
- New Variable Added in JSON: No
- New IPA Changes:
- In Start node added new variables ConfigDocID,ConfigFEG,CrossGLC,GLCCompany.
- Added new nodes Branch1150,Assign6550,GLC,Branch2860,XML4010,IONOutbox7270,Branch1060,Assign6650.
- Integration Specific: No.
- Setup: Enable the service "CustomerBillToService","BillToInventoryService" for FSM_ION_SyncBillToPartyMaster_Out.lpd.
- Setup: Pass the source GLCCompany and destination AccountingEntity values in Cross Reference :CSFGLCVSDESTAE.
- Create,Update or Delete a CustomerBillTo.
- Create,Update or Delete an InventoryLocation.
- BOD will trigger and Work unit will generate successfully without any error for FSM_ION_SyncBillToPartyMaster_Out.lpd BOD.
- Verify the Result:
- If RequiredCleanDocumentID=N then DocID and Accountingentity in concatenation form.
- If RequiredCleanDocumentID=Y then DocID is customer + Delimiter + billto and Accountingentity is CrossReference destination value for CustomerBillToService.
- If RequiredCleanDocumentID=Y then DocID is InventoryLocation and Accountingentity is CrossReference destination value for BillToInventoryService.
JT-1589564
Implement Clean Document ID solution for SyncCodeDefinition_Out
Implemented Clean Document ID solution for SyncCodeDefinition_Out(UOM,Territory)
- Files Changed: FSM_ION_SyncCodeDefinition_Outbound.lpd
- New Required Setup:
- Added new System Configuration Parameter "RequiredCleanDocumentID”. Default value for the flag is "N". When the Value is set to "Y", to enable RequiredCleanDocumentID.
- Added new System Configuration Parameter "IsMultipleFEG”. Default value for the flag is "N". The Value is set to "Y", to enable IsMultipleFEG.
- Added new System Configuration Parameter "TriggerBODBasedOnCrossReference”. Default value for the flag is "N". The Value is set to "Y", to enable TriggerBODBasedOnCrossReference.
- New Variable Added in JSON: No.
- New IPA Changes:
- In Start node added new variables CrossGLC.
- Added Conditions in node TerritoryVar.
- Added new nodes Branch8150,Assign8700,Branch1770,XML9420,IONOutbox8730,GLC.
- Integration Specific: No.
- Setup: Enable the service "UnitOfMeasureService","TerritoryService"Service for FSM_ION_SyncCodeDefinition_Outbound.lpd
- Setup: Pass the source CSFCompany and destination AccountingEntity values in Cross Reference :CSFGLCVSDESTAE.
- Create,Update or Delete an UOM.
- Create,Update or Delete a Territory.
- BOD will trigger and Work unit will generate successfully without any error for FSM_ION_SyncCodeDefinition_Outbound.lpd BOD.
- Verify the Result:
- If RequiredCleanDocumentID=N then DocID and Accountingentity in concatenation form.
- If RequiredCleanDocumentID=Y then DocID is UOM and Territory ,Accountingentity is CrossReference destination value.
JT-1595863
Implement Clean Document ID solution for SyncSalesOrder_Out
Implemented Clean Document changes for Sync.SalesOrder_Out
- Files Changed: FSM_ION_SyncSalesOrder_Out.ipd
- New Required Setup: No new setup is required.
- New Variable Added in JSON: No new variable is added.
- New IPA Changes:
- Added ConfigDocID, IsMultipleFEG and CrossGLC in Start node.
- Added branch condition if ConfigDocID = "Y" navigate to Assign 3240 node else navigate to XML_COR.
- Added new Assign node for clean document changes.
- Added new Assign node Assign3350 to define ItemID for clean document.
- Integration Specific: No
- Setup:
- In FinanceEnterpriseGroup, "BODtrigger" checkbox should be checked.
- For Outbound BOD, Enable the Service Definition "CustomerOrderService" and Process "FSM_ION_SyncSalesOrder_Out".
- Pass the source GLCCompany and destination AccountingEntity values in Cross Reference :CSFGLCVSDESTAE
- Create CustomerOrder and CustomerOrderLine.
- Release CustomerOrder.
- BOD will trigger and Work unit will generate successfully without any error for FSM_ION_SyncShipment_Out BOD.
- Verify the Result:
- If RequiredCleanDocumentID=N then DocID and Accountingentity in concatenation form.
- If RequiredCleanDocumentID=Y then DocID and Accountingentity is CrossReference destination value for CustomerOrderService.
JT-1595449
Implement Clean Document ID solution for SyncShipToPartyMaster_Out
Implemented Clean Document ID solution for SyncShipToPartyMaster_Out
- Files Changed: FSM_ION_SyncShipToPartyMaster_Outbound.lpd
- New Required Setup:
- Added new System Configuration Parameter "RequiredCleanDocumentID”. Default value for the flag is "N". When the Value is set to "Y", to enable RequiredCleanDocumentID.
- Added new System Configuration Parameter "IsMultipleFEG”. Default value for the flag is "N". The Value is set to "Y", to enable IsMultipleFEG.
- New Variable Added in JSON: No.
- New IPA Changes:
- In Start node added new variables ConfigDocID,ConfigFEG,CrossGLC.
- Added new nodes Branch7000,Assign9880.
- Integration Specific:No
- Setup:
- Enable the service "CustomerShipToService" for FSM_ION_SyncShipToPartyMaster_Outbound.lpd.
- Pass the source GLCCompany and destination AccountingEntity values in Cross Reference :CSFGLCVSDESTAE.
- Create,Update or Delete a CustomerShipTo.
- BOD will trigger and Work unit will generate successfully without any error for FSM_ION_SyncShipToPartyMaster_Outbound.lpd BOD.
- Verify the Result:
- If RequiredCleanDocumentID=N then DocID and Accountingentity in concatenation form.
- If RequiredCleanDocumentID=Y then DocID is Customer@@CustomerShipTo and Accountingentity is CrossReference destination value.
JT-1589550
New element to be added to ItemMaster Outbound BOD
Added XPath for ItemMaster Outbound BOD SyncItemMaster/DataArea/ItemMaster/ItemMasterHeader/Classification/Codes/Code[@listID="lcl.CommodityCode"]---CommodityCode from Item.CommodityCode
- Files Changed: FSM_ION_SyncItemMaster_Out.lpd
- New Required Setup: No.
- New Variable Added in JSON: No.
- New IPA Changes:
- Added Item.CommodityCode for the following Xpath
SyncItemMaster/DataArea/ItemMaster/ItemMasterHeader/Classification/Codes/Code[@listID="lcl.CommodityCode"]
- Added Item.CommodityCode for the following Xpath
- Setup: Enable the service "ItemService" for FSM_ION_SyncItemMaster_Out.lpd.
- Create,Update or Delete a Item and save it.
- BOD will trigger and Work unit will generate successfully without any error for FSM_ION_SyncItemMaster_Out.lpd.
- Verify the Result:
- Check the mappings of following XPath:
SyncItemMaster/DataArea/ItemMaster/ItemMasterHeader/Classification/Codes/Code[@listID="lcl.CommodityCode"]--->Item.CommodityCode
- Check the mappings of following XPath:
JT-1589579
New element to be added to Shipment Outbound BOD
Added new X-Paths for Sync.Shipment_Out BOD to Local.ly intergration
- Files Changed: FSM_ION_SyncShipment_Out.ipd
- New Required Setup: No new setup is required
- New Variable Added in JSON: No new variable is added
- New IPA Changes:
- Added new node Item to get CommoditiyCode within WHL node.
- Added Assign7770 node for defining the CommoditiyCode.
- Integration Specific: These changes are related to Local.ly integration.
- Setup:
- In FinanceEnterpriseGroup, "BODtrigger" checkbox should be checked.
- For Outbound BOD, Enable the Service Definition "ShipmentService" and Process "FSM_ION_SyncShipment_Out".
- Assign value "Local.ly" to "IntegratingApplication" parameter in System Configurations.
- Create CustomerOrder and CustomerOrderLine.
- Release CustomerOrder.
- Run WarehousePickListPrint batch job
- BOD will trigger and Work unit will generate successfully without any error for FSM_ION_SyncShipment_Out BOD.
- Verify the below X-Path values :
- SyncShipment/DataArea/Shipment/ShipmentItem/Classification/Codes/Code [@listID="lcl.CommodityCode"] -- Item.CommoditiyCode
JT-1589992
Prefix change needed for PaymentOutputFileHeader attribute in Sync.CreditTransfer_Out BOD
Prefix change needed for PaymentOutputFileHeader attribute in Sync.CreditTransfer_Out BOD
- File Changed: FSM_ION_SyncCreditTransfer_Out.lpd
- IPA Change :
- Modified XML prefix in Assign1110 for below path
- Old prefix: SyncCreditTransfer/DataArea/CreditTransfer/CreditTransferHeader/UserArea/Property/NameValue[@name="fsm.PaymentOutputFileHeader"]
- New Prefix: SyncCreditTransfer/DataArea/CreditTransfer/CreditTransferHeader/UserArea/Property/NameValue[@name="lcl.PaymentOutputFileHeader"]
- Modified XML prefix in Assign1110 for below path
- Integration Specific: Yes. These changes are related to Local.ly Integration for Argentina(AR) Country.
- In FinanceEnterpriseGroup, "BODtrigger" checkbox should be checked.
- Enable the Service Definition and Processes.
- Do required setup for CreditTransfer flow.
- Create PayablesInvoice and release.
- Run 'Perform Cash Application' job.
- Check CashRequiremnetsResults records.
- Run ElectronicPaymentCreation job.
- BOD will trigger and Work unit will generate successfully without any error for FSM_ION_SyncCreditTransfer_Out BOD.
- Verify the Result. Verify this X-Path: SyncCreditTransfer/DataArea/CreditTransfer/CreditTransferHeader/UserArea/Property/NameValue[@name="lcl.PaymentOutputFileHeader"]
JT-1598293
LoadBankStatement - Enhancements for TextReference
Done ANZCSV - BankStatement LoadBankStatement - Enhancements for TextReference
- Files changed: FSM_ION_LoadBankStatement_Inbound.lpd
- New IPA Changes:
- Added new variables in start node TextRef,BankLineDesc,BankRef,RelatedRef.
- Added conditions in node Assign470.
- Setup:
- Enable the receiver for FSM_ION_LoadBankStatement_Inbound.lpd.
- Pass the CashManagementGroup in system configuration parameter "LoadBankStatement_In_CashManagementGroup"
- When the BOD gets processed, BankStatement and BankStatementLines get created.
- Verify the result:
- Concatenation of the Particulars, Analysis Code and Reference data from the Bank Statement BOD xpath BankStatement/BankStatementAccount/AccountEntry/EntryDetail/EntryTransaction/ExternalReferences into the FSM field BankStatementLine.TextReference
JT-1596907
Prefix change needed for PaymentOutputFileHeader attribute in Sync.CreditTransfer_Out BOD
Prefix change needed for PaymentOutputFileHeader attribute in Sync.CreditTransfer_Out BOD.
Program/Business class/Process affected:
- File Changed: FSM_ION_SyncCreditTransfer_Out.lpd
- New Required Setup : No
- New Variable Added in JSON: No
- IPA Change : Modified XML prefix in Assign1110 for below path
- IPA Change : Modified XML prefix in Assign1110 for below path
Old prefix::
SyncCreditTransfer/DataArea/CreditTransfer/CreditTransferHeader/UserArea/Property/NameValue[@name="fsm.PaymentOutputFileHeader"]
- New
Prefix::
SyncCreditTransfer/DataArea/CreditTransfer/CreditTransferHeader/UserArea/Property/NameValue[@name="lcl.PaymentOutputFileHeader"]
- Integration Specific: Yes
These changes are related to Local.ly Integration for Argentina(AR) Country.
Use these steps to test the enhancement:
- Setup:
- In FinanceEnterpriseGroup, "BODtrigger" check box should be checked.
- Enable the Service Definition and Processes.
- How to Test:
- Do required setup for CreditTransfer flow.
- Create PayablesInvoice and release
- Run'Perform Cash Application' job.
- Check CashRequiremnetsResults records.
- Run ElectronicPaymentCreation job
- BOD will trigger and Work unit will generate successfully without any error for FSM_ION_SyncCreditTransfer_Out BOD.
- Verify the Result: Verify below X-Path:
- SyncCreditTransfer/DataArea/CreditTransfer/CreditTransferHeader/UserArea/Property/NameValue[@name="lcl.PaymentOutputFileHeader"]
JT-1598293