Hi Is there anyway to generate a document from Appian designer conta

Hi

Is there anyway to generate a document from Appian designer containing -
1. List of all process
2. All users, groups and relationship

Thanks
Subhendu...

OriginalPostID-30714

OriginalPostID-30714

  Discussion posts and replies are publicly visible

Parents
  • The list of all processes is a report you can generate. It's called "All Processes" report under the Reports section. There's an option to export it to Excel.

    For the list of users you can create a group called "All Users". Configure it with a rule to add all users whose username does not equal the empty string. This will add all users. You can then create a process that uses the getdistinctusers() function to retrieve the names of your accounts and store it in a variable, you can then use any of the Generate * From Template smart services to put this in the document.

    To export the list of groups you can download the Group Functions plug-in from Forum - Shared Components - Expression Functions - View All Expression Functions - Group Functions. This plug-in has an expression to retrieve all your groups in the system
Reply
  • The list of all processes is a report you can generate. It's called "All Processes" report under the Reports section. There's an option to export it to Excel.

    For the list of users you can create a group called "All Users". Configure it with a rule to add all users whose username does not equal the empty string. This will add all users. You can then create a process that uses the getdistinctusers() function to retrieve the names of your accounts and store it in a variable, you can then use any of the Generate * From Template smart services to put this in the document.

    To export the list of groups you can download the Group Functions plug-in from Forum - Shared Components - Expression Functions - View All Expression Functions - Group Functions. This plug-in has an expression to retrieve all your groups in the system
Children
No Data