Hello,
we have upgraded to ARIS 9.8 SR6, however the report we have started pulling the objects of same type regardless of the Symbol name so in the function list it mentions controls and interfaces while the report code clearly mentions not to get those symbols, the below line was working perfectly on previous release, so it filters and make sure only Functions not with Symbol name processes interface nor control is retrieved
if (Fnctype != "Process interface" && Fnctype != "Control")
after the problem i went to ARIS>Options> and changed to user TYPE and SYMBOL name, but still the same, check below.
so is there anything changed in this SR6, what shall i do?