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
3 replies
Subscribers
6 subscribers
Views
1541 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Administration
How to create Pallete category and Pallete name in Appian for separating custom
sheikhd
over 10 years ago
How to create Pallete category and Pallete name in Appian for separating custom smart services from the default smart services.
OriginalPostID-155350
OriginalPostID-155350
Discussion posts and replies are publicly visible
Parents
0
Eduardo Fuentes
Appian Employee
over 10 years ago
The best practice is to annotate your smart services. If the paletteCategory and/or palette doesn't exist, Appian will create it.
This is an example:
@PaletteInfo(paletteCategory = "Appian Smart Services", palette = "Appian Support Tools")
public class AppianSupportSmartService extends AppianSmartService {
....
}
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Eduardo Fuentes
Appian Employee
over 10 years ago
The best practice is to annotate your smart services. If the paletteCategory and/or palette doesn't exist, Appian will create it.
This is an example:
@PaletteInfo(paletteCategory = "Appian Smart Services", palette = "Appian Support Tools")
public class AppianSupportSmartService extends AppianSmartService {
....
}
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data