Posts

Showing posts from September, 2016

Non versioned repositories in BCC Customization

Image
Step 1:  Create custom StatesActiviy  /config/com/my/activity/statesActivities.xml < generic-activities >   < activity >     < id > states </ id >     < resource-bundle > com.my.bcc.WebAppResources </ resource-bundle >     < display-name-resource > states.displayName </ display-name-resource >     < description-resource > states.description </ description-resource >     < destination-page >       < url > /ControlCenter/index.html </ url >       < clear-context > true </ clear-context >       < acl > Profile$accessRight$ statesfull :read;Profile$accessRight$ statesread :read </ acl >     </ destination-page >   </ activity > </ generic-activities > Step 2. Create custom activitySource config/...