Community

Document Definition error field

I have a little problem here, I can’t do the action.In document defenition If the cell has an error status (with a red flag), then the cell should become empty.

If you can do it differently, I'll be glad to learn something new

I will be glad for your help as I just started to study this area

Was this article helpful?

0 out of 0 found this helpful

Comments

3 comments

  • Avatar
    Adrian Enders

    I don't know of a built-in way to do this. You could write a script, but I would come up with a different approach. Maybe give the operator the ability to clear the field with a custom action. You would have to be careful what other rules you applied to the field. You could create a circular reference. The field will be empty, which will set the error flag, which will run the rule to empty the field, which will set the error flag, which will run the rule to empty the field, and so on. I would think you might even crash Verification.

    I would do this differently, I wouldn't set it up that way.

     

    0
  • Avatar
    Vladimer Nikuradze

    Adrian Enders More precisely, my goal is to make everything that will be marked with a red flag in the cell, after I have a custom export to a text file, I want it to be empty in that place and not with erroneous data. Therefore, I tried to clear that place if it was marked in red. I would be glad if you could help me how to make it so that the red mark is not exported to a text file. If you need to provide a custom export script for this, I will provide

    0
  • Avatar
    Adrian Enders

    I'm not sure I understand. Verification operators should correct any red flags before export. You could put this in a custom workflow stage script after export if that is really what you want to do. That would be a better place than in a rule.

    My general rule of thumb is to prevent export if there are rule errors (red flags).

     

    0

Please sign in to leave a comment.