Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Verified Answer
+1
person also asked this
people also asked this
Replies
3 replies
Answers
2 answers
Subscribers
9 subscribers
Views
12022 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
What is difference between a! and fn! ?
tirumalar0001
over 6 years ago
?
Discussion posts and replies are publicly visible
Top Replies
aloks0189
over 6 years ago
+3
suggested
Certified Lead Developer
Hi tirumalar0001 there are few differences between a! and fn! as mentioned below: 1. You can access Custom Plugin expression function using fn! whereas you cannot do the same by using a! e.g: fn!isusernametaken…
divyas417665
over 6 years ago
+2
verified
Certified Lead Developer
Appian functions are divided into two namespaces: "a" and "fn." All plugin functions are in the "fn" namespace, and all functions in the "a" namespace are Appian-native functions. However, some Appian…
Parents
0
ravalik
A Score Level 1
over 6 years ago
Hi tirumalar,
AFAIK ,There are two function domain prefixes in Appian: fn! and a!. a! is used to call various system, smart service, and connector functions as well as interface components. While a! should always be used to call one of these functions or components, fn! does not need to be.
Thanks,
ravalik
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Reject Answer
Cancel
Reply
0
ravalik
A Score Level 1
over 6 years ago
Hi tirumalar,
AFAIK ,There are two function domain prefixes in Appian: fn! and a!. a! is used to call various system, smart service, and connector functions as well as interface components. While a! should always be used to call one of these functions or components, fn! does not need to be.
Thanks,
ravalik
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Reject Answer
Cancel
Children
No Data