1
Automation Interface, Add-Ins and Tools / Re: Version of custom MDG in generated document
« on: January 14, 2023, 01:54:47 am »
Yes, that's my current solution, but the remembering part is a problem

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
var sqlQuery = new String;
sqlQuery = "select * from t_object where t_object.Package_ID in (#Branch#)";
var elements = Repository.GetElementSet(sqlQuery,2);