Hi guys,
Can anyone suggest me how to add a new location that i have created in the Item by location form and i also want to remove the unused location in that form.
Please advice.
Warm Regards,
Bharath K
*This post is locked for comments
Hi guys,
Can anyone suggest me how to add a new location that i have created in the Item by location form and i also want to remove the unused location in that form.
Please advice.
Warm Regards,
Bharath K
*This post is locked for comments
Open the Page/Form Items By Location and check which function it is calling in the OnInit Trigger
I couldn't find any function like that.
I am using nav 2009 r2.
bharath
That is not the function I have referred. Check the function it is calling in the items by location page.
Hi suresh,
Thanks for your reply,
I have tried what you have suggest in the above steps,but it doesn't seem to work.I have attached the screenshot of what i have done.
Please advice.
Regards,
Bharath
Add the boolean called Hidden and then in the table Location there is a function called GetLocationsIncludingUnspecifiedLocation in that add your filter to show only locations where hidden is False.
Before IF Location.FINDSET THEN statement in that function add the filter
Location.SETRANGE(Hidden,FALSE);
Thanks suresh,
I have tried that,
But i need to do that by code.
I have created a boolean field in location card and whenever i click that it should be blocked or hidden.
Can you suggest some steps for that.
Warm Regards
Bharath K
I don't think there is a standard way to hide, you need to customize. But try setting the In-Transit on the Location card and see if that hides it, if not you need to customize.
Thanks Suresh,
Can you Suggest me how to hide the unused locations in the item by location card.
Please advice.
Bharath,
If you have created a location then it will show up in the Items By Location, there is no specific setup to create one in that page. If you running an issue, please share more details and screenshot
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,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156