If I have a logic block which is kicked off via a row action and the logic block creates a customer invoice/supplier invoice/receipt, etc - is there any way to navigate to the newly created record using the nwId after the action logic block is called in the LB called from the row action?
For example, a logic block creates a customer invoice by calling WriteReceivableTransactions. Is there a way one can navigate to that customer invoice after the nwID is returned from the WriteReceivableTransactions logic block? I know about the Queue App Link, but we don’t have the mappings available yet, so want to understand if this is scenario possible and if so, how one goes about implementing something like this.
Thank you.