Is Document Task Needed if Node Restriction = false?
I have a GP import map that is only using one node (Create payables transaction) for import. On that node, I have recently added a restriction that returns false if the vendor number equals a certain vendor ID. I currently have a SQL task that uses the Global Variable for the GP assigned voucher number and runs when document succeeds (I have to populate the notes field for each row). When I run the map, that row now logs a failure.
I am assuming that because the restriction returned false, the voucher Global Variable is not populated, which is causing the task to fail. How do I account for this with my SQL task?
I am assuming that because the restriction returned false, the voucher Global Variable is not populated, which is causing the task to fail. How do I account for this with my SQL task?