• Sage Integration AI

    Hello All, I want to know about Sage X3 AI compatibility, what are the new updates regarding the AI integration with Sage X3 and how this will be useful for business and helpful to the users.
  • Function not defined for the value given

    After increasing length of DES Data Type to 250 and Validating. After I close X3 and re-open I cannot get into any function. I receive these errors: Function not defined for the value given
  • How to store Blob image's type in a table ? / Comment stocker le type d'image Blob dans une table ?

    I created a custom screen where I am displaying images related to drivers. I am using a datatype of ABB, Graphic object of Photo.I have an issue on how to store those images. I know that it is stored in the CBLOB table. In the screen ITM1 there is the…
  • AP - AR Accounting Supplier Invoice did not create accounting document after posting

    I posted two supplier Invoices and observed it does not create a journal. I checked the accounting task and the journal on hold shows two. I check recurring tasks for the active time and it's okay. I deactivated the accounting task. Restarted batch server…
  • Accounting task issue after migration from V6.5 to V11

    PLease i need help. I m doing a migration from v6.5 to v11 on Oracle database.The migration went without error but the challenge is that i can't run the migration plan because the accounting task is still on progress. I tried to delete the value of…
  • What is a variable

    A variable is used to store information to be referenced and manipulated in a computer program. It can also be defined as a keyword used after a Subprog or a Func declaration, to define the type of arguments transmitted to the called code. A variable…
  • Create an input/dialogue box through code

    local char EnteredValue (30) #Variable to store input data Local Integer ZLENGTH #Length of the field in displayed window local integer ZJJSTAT #Variable to return status of executing the code Call SAICAR([L]EnteredValue,"JJ Test input box :","What…
  • How to Programmatically remove delete options from envelope

    Hi All Can't find any information regarding hiding the some options on the options GRID would like to hide the delete button if the Created user <> than the user like in the screenshot below If anyone has more detail on how to achieve this it…