hello,
I want to link to the Aurena “Equipment Object Navigator” with an expanded view of a structure and store that URL on the objects in our BIM.
It almost works, however, the Aurena ÙRL’s become extremely long and cryptic! like 1700 characters!
IFS Aurena client version: 10.24.*
How can we understand and simplify and calculate the Aurena URL for objects and the Equipment Object Navigator?
Thanks!
If I Decode the cryptic part of the URL’s from Base64 format, it looks like everything is repeated several times!
What parts of the URL is required?
Decoded and anonymized and split up its like this:
https://**ifs*.*:*/main/ifsapplications/web/page/EquipmentObjectStructureNavigation/EquipmentObjectPageF
$filter=MchCode eq '*'
treefilter=PlannedForOperation true,
InOperation true,
OutOfOperation true,
Scrapped true
record=(MchCode='*',Contract='*')
treeviewrec=(MchCode='*',Contract='*')
treenodeid=CONTRACT=*MCHCODE=*
CONTRACT=*MCHCODE=*
CONTRACT=*MCHCODE=*
CONTRACT=*MCHCODE=*
{
"a":"virtual-1",
"b":"*",
"i":"EquipmentObjectPageF",
"f":"/Page",
"g":"EquipmentObjectStructureNavigation",
"e":"EquipmentObjectNavigator",
"j":"EquipObjectStructureTree",
"l":"EquipmentObjectStructureNavigation",
"h":"MchCode eq '*' and Contract eq '*'",
"d":true,"searchContext":"EquipObjectNavigatorPageFilter.MchCode:'*',
EquipObjectNavigatorPageFilter.Contract:'*',
EquipObjectNavigatorPageFilter.StructureInTree:'F'",
"navicontext":"F",
"treefilter":"PlannedForOperation true,
InOperation true,
OutOfOperation true,
Scrapped true",
"searchfilter":"(startswith(MchCode,'*'))"
}

This is what I want to open up using the URL (anonymized)
With IEE it works with a very logical and simple URL,
why is it so big difference in how the URL’s are created?
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.