Skip to main content

When clicking on the locationID in Orders grid on screen CR303000, system redirect to location screen, but not loading correct customer location.

@woodyg84 

I don’t see any “Location ID” field under the “Orders” tab grid in Business Accounts screen. Is that Location ID field customized field ?

 


It is possible that those 2 fields customized into Orders grid. But why linkcommand is not working like LocationS grid?


In the Locations tab, when I click on “Location ID” it is redirecting to the “Customer Locations” screen, but I didn’t find any “Location ID” field under “Orders” tab.  Attached screenshot in above comment for your reference.


Thanks a lot, Naveen.

I see the differences now. LocationID in the locations tab is using locationCD datafield, locationID in orders tab is added through customization project and using customerlocationID datafield from orders view. Both are using locations_viewdetails command to redirect to customer locations screen. 

Where can I find the code for locations_viewdetails?


@woodyg84 

Below is the sample example to add “Link Command” to the grid field.

https://stackoverflow.com/questions/26387291/how-to-create-a-hyperlink-user-field

Hope this helps!!


Reply