Options

Auto-accept messages for XML import

thomastthomast Member Posts: 102
Hi all :)

I'm updating the Item table with a csv file through an XML port. But when i use VALIDATE on some fields I manually have to click OK for every single record in the import....

How do I tell the update to "auto-accept" all messages?

Thanks.
Thomas.

Comments

  • Options
    EvREvR Member Posts: 178
    Those confirms/modals would/should have a GUIALLOWED check.
    Run the import using a job queue task? :smile:
  • Options
    vaprogvaprog Member Posts: 1,118
    EvR wrote: »
    Run the import using a job queue task? :smile:

    Thanks! I never thought of that.

    This might prevent the need to implement a function setting a flag that guards those messages/confirms/Page.RUNs and instead use the "global flag" GUIALLOWED.

Sign In or Register to comment.