Best Practices for Appian developers
Appian best practices are like a check list, use these checklists at different stages of your development cycle as described to ensure application success and reduce technical risk. Each section provides guidance for when and how often you should use these.
11.Best practices for Creating Process Reports :-
1.Format all the SAIL code expressions.
1.Make sure all the process models including the sub process has the same name for the process variables, which used to display in the report.
2.Use only the process variables from the sub process, which used as pass by reference.
3.Always use numeric comparison rather than text for the logic implementation.
4.Try to use functions such as exact instead of equal to operator.
5.Provide the meaningful display name for all the columns in the report.
6.To display “My tasks” report, use Task report by context by user instead of Process report which again needs to filter based on the logged in user
No comments:
Post a Comment