Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
4 replies
Subscribers
6 subscribers
Views
1998 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Hi i search a function that search in appian database if PID exist or not
hichame
over 12 years ago
Hi
i search a function that search in appian database if PID exist or not exists
thank you in advance
...
OriginalPostID-39521
OriginalPostID-39521
Discussion posts and replies are publicly visible
0
Michael Tan
Appian Employee
over 12 years ago
Hicham,
There is no function that does this, but you have some options. Using an execute process report smart service you can filter on an All Processes report on a column defined as process id. If any results are returned, then you know the process id exists.
Alternatively, if you are using data stores and have defined a particular type to store the process id, then you can use query rules to search for a particular process id.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
hichame
over 12 years ago
hi Michael
Thank you for your response.
I am trying to develop a PM with form in which an entry number, and PM must check if this number is in appian database as PID or not et return boolean.
I do not want to use a report
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Michael Tan
Appian Employee
over 12 years ago
Hicham,
You can develop a custom function, as one is not already in place. Alternatively, the method I have mentioned (and Sathya in your previous post) to use a report will also achieve the same result.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
elizabeth.epstein
over 12 years ago
If you want to make the call as an expression rather than the Execute Report Smart Service, there is a custom plugin called Get Report Content (under Shared Components --> Expressions) that will allow you to query a report as an expression. Since it's an expression you can use it directly on a form.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel