Has anyone ever set up UDF's to pull the Asset ID and Asset Ser. No. back to the Position that the Asset has been installed in? Or a Custom Field? Or is this even possibly
You could use flex to do this. When triggered, the flex would just query r5structures and/or r5eventobjects (depending on exactly how you need this configured) and it would update the UDFs or Custom Fields accordingly.
Now, this is assuming the Position has a single child Asset. If you have multiple children per position, it may be better to put a custom tab grid on the position that lets you view the data of those multiple asset records.
Hi Dale,
You could use flex to do this. When triggered, the flex would just query r5structures and/or r5eventobjects (depending on exactly how you need this configured) and it would update the UDFs or Custom Fields accordingly.
Now, this is assuming the Position has a single child Asset. If you have multiple children per position, it may be better to put a custom tab grid on the position that lets you view the data of those multiple asset records.
Let me know if you have any questions!
-Jaime