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
0
Aleksi White
Appian Employee
over 10 years ago
You can modify palette-config.xml under <APPIAN_HOME>/ear/suite.ear/web.war/WEB-INF/conf/process
This only applies to the OOTB smart services however
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
sheikhd
over 10 years ago
Thanks Aleksi. I Chaged the Palette category in the eclipse wizard while creating the New Smart Service and Appian picked the categoryfrom the deployed plugin .
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
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