Editing the Sales Rep on a posted Invoice

SUGGESTED

Is there a way to edit a posted invoice's sales rep?

Parents
  • 0
    SUGGESTED

    Hello,

    This is not possible without development or the use of update query (SQL or GESAMI function).

    But in many cases, it's very useful to modify data for statistical purposes, which doesn't change the way ERP works. 

    And unfortunately, users ask their IT administrator to update the database, or say that the software is annoying.

    That's why I'm adding an update function directly to the screens.

    I've created a generic function (using AMIEXE standar function) that can be added to all Sage X3 functions :

     

    To create this functionnality, you have to add : 

    1. A database mass update (GESAMI) with 2 parameters. The purpose is to update the sale rep based on invoice num.
    2. A button on sale invoice window (OSIH)
    3. Customized action on the button
    4. The customized action call the window AMIEXE and and a specific script ZAMIEXE who this specific script call AMIEXE standard script
Reply
  • 0
    SUGGESTED

    Hello,

    This is not possible without development or the use of update query (SQL or GESAMI function).

    But in many cases, it's very useful to modify data for statistical purposes, which doesn't change the way ERP works. 

    And unfortunately, users ask their IT administrator to update the database, or say that the software is annoying.

    That's why I'm adding an update function directly to the screens.

    I've created a generic function (using AMIEXE standar function) that can be added to all Sage X3 functions :

     

    To create this functionnality, you have to add : 

    1. A database mass update (GESAMI) with 2 parameters. The purpose is to update the sale rep based on invoice num.
    2. A button on sale invoice window (OSIH)
    3. Customized action on the button
    4. The customized action call the window AMIEXE and and a specific script ZAMIEXE who this specific script call AMIEXE standard script
Children
No Data