Open App and Pass Value

Hi,

I am having issues passing a value (custID) to the Customer Credit Manager.

I have no issues when I switch up the credit manager entry to customer entry, the value passes and works.

The value I am trying to pass is custID. I know it works, but just does not with the Customer Credit Manager.

Any help would be greatly appreciated.

image

Maybe it’s custnum not custid

Yeah, I tried CustNum, CustID, and even CustName (I knew that would not work). Here is the field I am trying to put the value in.

Like I said, when I switched it up to the customer entry it works fine.

What happens if you try to debug using the context menu from the custid field on customer entry?

1 Like

Customer Credit
image
Customer Entry (this one works)
image

I noticed, in the Customer Credit, the keyfields in the dataview is empty.
image

I checked the customer entry, and it passes to the keyfield.

I saw that in the URL too

Resultant URL Context menu when you open customer entry from

https://xxxxx/Kinetic2024_1_Demo/Apps/Erp/Home/#/view/OMMT1110/Erp.UI.CustomerEntry?channelid=416f857b-32f7-4d88-96e2-d26e9445eeef&layerVersion=0&baseAppVersion=0&useBroadcast=1&company=EPIC06&site=MfgSys&pageId=Details&pageChanged=true&KeyFields.CustID=DALTON

Resultant URL from context menu when you open Customer Credit Manager

https://xxxxxx/Kinetic2024_1_Demo/Apps/Erp/Home/#/view/ARGO3008/Erp.UI.CreditManagerEntry?channelid=c6beacc7-8e6b-4ea7-a418-dd5d71153d69&layerVersion=0&baseAppVersion=0&useBroadcast=1&layerNames=NoLandingPage&company=EPIC06&site=MfgSys&pageId=Details&pageChanged=true

Opening Cust Credit manager from the Landing page

https://xxxxxx/Kinetic2024_1_Demo/Apps/Erp/Home/#/view/ARGO3008/Erp.UI.CreditManagerEntry?channelid=c6d6f2b4-0641-4625-9665-b8d9e8910262&layerVersion=0&baseAppVersion=0&company=EPIC06&site=MfgSys&pageId=Details&KeyFields.CustID=DALTON&pageChanged=true

So the question becomes how do we pass the keyfield over

I took the landing page of customer credit manager and added in the context menu as it was missing, in a hope I could replicate the customer entry context menu process…

I think this post will help…

Thanks! The value passes through from my dashboard to the customer credit manager. I set up an event on the customer credit manager, and it works. But when I open the customer credit page from the waffle, it throws an error.

Launch options
image

Event on customer credit
image

image

Error when I open up the customer credit from the waffle

image

Sorry not following “Waffle”??? Do you mean if you run it normally from the menu?

If that’s the case then perhaps you need to just do the other side of the condition…

Sorry, yeah the normal menu.

image

1 Like

Looks more like a dice to me… but I can see where the waffle comes from when I look really hard… :slight_smile:

1 Like

For sure, it does look more like dice. I dig it

Or a Rubik’s cube for the truly colorblind.

2 Likes

I had to change my expression in my condition, but it works smoothly now. No issues passing the value or opening up credit manager from the dice (main menu :slight_smile: ). Thank you for your help!

image

image

image

2 Likes