Panel card grid column linking

Are you missing the other curly brace?

3 Likes

no that didn’t do it

I was wondering if you might be able to help me. I am trying to open Erp.UI.SalesOrderEntry from a BAQ panel grid in Erp.UI.OrderAllocEntry.

These are the settings for app-open in my OnClick event in OrderAllocEntry

When I click on the Order Number in my panel grid, Order Entry opens and to the Details page, but I get an error after six 0’s are entered as the Sales Order number.

Clearly I am not sending the order number. What am I doing wrong?

Well, I suspect your “{GTC_OrderRel_DataView_TO.Calculated_OrderRel_OrderNum}” is empty.

This works for me:

Remove the slide out checkbox, then launch the form.
When it opens order entry, open Dev Tools and enable debugging, then enter epDebug.Context in the command line and see if your value is coming through.

Also, check out the event viewer on the server to see what that slider error is.

1 Like

Thank you. I will try what you suggested. I appreciate your help.