Developer Q&A
Asset Location
Is there a way for Corrigo to automatically update the asset location?
I have gone through and updated all asset location address. Now, I see when we move an asset the location drops off. Or when we add a new one to a store the store address has not changed it just a new asset.
Example EFT is moved say from store 14 lane 1 to store 99. When the new asset is moved from 99 to store 14 why can't the location just pull from the store address. All assets will have the same location.
Can you let me know if this is possible. The coding should not be to hard to do.
The reason we need the address filled in is because when searching the asset tree I'm filtering the assets by location. From what I'm noticing in the docs is that on the Asset Tree entity is the following properties are available. A child has a location which then gives me other properties and Address is part of it.
There is nothing here besides address to filter down to a location. I've tried every which way to get it to work without the address needing to be filled out and that is the only way for me to filter down.
On the form itself, I enter in the location number, type in the asset that is the issue (below showing falcon). I use a like search on the Corrigo Asset tree to find what I'm looking for and filter down to that specific location. If I didn't I'd get every asset for every location with that searched for asset.
The code I'm doing below is for the Asset tree when I search for the Asset Criteria. I grab the location information as well to help filter down what I need.
Big Y needs the location on the asset because I, Erik, am attempting to reach the particular asset using the location (address on the asset), but I believe in this instance “Location” actually refers to “Space”, correct?
Thank you,
Erik Snyder