Hi,
I am trying to see if it's possible to create a workflow condition on an Extender window field. Anyone has an idea?
Thanks !!
Another option is to add some dexterity code in top pf extender tables to create a workflow kind of submitter and Approver conditions.
Thanks, I will try with a view.
Thank you, I already have this functionnlity and tried a couple of options but could not find how.
Derek, you beat me to this!
In Extender, you should make sure you have a view created of the Extender window linked to the GP window. I would think in the "Link Tables" of the workflow query designer, you could select this view. The Extender tables and fields are cryptic.
Joe
By default, there isn't any Workflow conditions for approval related to Extender being its a third party product.
That said, if you want to test something, you can add the following line to your Dex.ini file for Dynamics GP:
QueryDesignerAllFunctionality=TRUE
Once you do this, log out and back into Dynamics GP and when you go into a workflow step in the Workflow Maintenance window and click on the lookup to open the Workflow Condition Editor window, it'll have additional tabs besides the default 'Conditions' tab:
--Select Fields - this tab allows you to drill down under any module and series, and add any table and table columns you want to add, so you can use it in the approval condition query you can generate using this added functionality.
--Link Tables - this tab allows you to link fields on different tables when building your approval query, such as when setting up a SQL query.
--Run Query - this tab will have the overall SQL query you generate with the Select Fields and Link Tables and Conditions tabs, you can execute the query here to make sure it runs successfully or shows error messages.
This added functionality will allow you to use any module/table/column value you wish, in a Workflow approval condition, though with any customization, there's no guarantees this will work and not something we would support/assist with the setup.
Thanks
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156