Saltar al contenido principal

Change values in multiple documents at the same time

Comentarios

1 comentario

  • Geoff Booth

    I would start by building a SQL Report. This allows you to return a list with a check box for each row to give the user final control.

    Then add a button or right-click menu to the SQL report to call a UF to perform the action you want based on a line loop or do while logic for each selected row.

    You could then:

    • open each document, set the value and then close
    • Use an sql execute statement to set the value for each document
    • Launch the Document Master Data manager. Fill in the where clause, value to set, etc. & execute

Iniciar sesión para dejar un comentario.