Invoked when a Meridian Explorer detail page is shown that has the Enable feedback functionality option enabled.
Function AIMS_Properties()
This function accepts no parameters.
Use this method to work with the feedback page property information as demonstrated in the following example.
Function AIMS_Properties() ' For each property, return its caption and value in an array p1 = Array("Asset description", Document.Area1) p2 = Array("My name", "Joe Engineer") 'Return the array of properties AIMS_Properties = Array(p1, p2) End Function