former_member728912
Explorer
Member since ‎2019 Jul 12

User Statistics

  • 12 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi Everyone, SAP Business One SDK returns the object type for Journal Entry as "234000035", instead of 30. But for Sales Order or any other marketing document, it's returning the correct Object type, e.g. for Sales Order, it's 17 that is correct...
Hello Everyone, 1. How can we show additional/user-defined data, in my case Expiry Date for Batch/Serial Number items on Serial Number selection screen for an item from a plugin. Is there any example available regarding this scenario for a plugin...
Hi, I am trying to remove a line item from CCO Retail Mode UI with a Plugin with the following line of code: receiptManager.deleteSalesItem(receipt, receiptItems.get(j)); receiptItems.get(j) is the SalesItemEntity, receipt is ReceiptEntity and ...
Hi, I am trying to get the receipt id of the scanned receipt on the return sales screen in a plugin, but I am not able to find the receipt ID or key of the receipt that I am searching or scanning, even after I listed the receipt item on the return ...
Hi, I am trying to build a plugin for CCO Retail UI where i have catch the event on "addSalesItems" where position before. like:@PluginAt(pluginClass = IReceiptManager.class, method = "addSalesItems", where = POSITION.AFTER) public void checkSale...