Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

download

APTS_UIPageConfig

The APTS_UIPageConfig property is used to indicate the visual force page to perform the publish action. The integration module provides the Visualforce page Apttus_Content__PublishContent.

Name

APTS_UIPageConfig

Value

XML

Code

Sample Code:

<UIPageConfig>

<UIAction name="publish_document">

<CustomPage> <Name>Apttus__PublishDocument</Name>

</CustomPage>

</UIAction><UIAction name="publish_content">

<CustomPage>

<Name>Apttus_Content__PublishContent</Name>

</CustomPage>

</UIAction>

<UIAction name="publish_chatter">

<CustomPage> <Name>Apttus__PublishChatter</Name>

</CustomPage>

<UIAction name="review_offlinedocument">

<CustomPage> <Name>Apttus__ReviewOfflineDocumentLightning</Name>

</CustomPage>

</UIAction>

</UIPageConfig>