Configure Forge App config sync
Auto detection of forge app configs can be enabled by setting a timer schedule on Timer_StartConfigSync in module FPM_ForgeServices_eng.
Configure email notifications
Please make sure you've configured your email settings in Service Center under Administration > Email.
You will only receive update notifications for favorited apps.
Sending emails is done using timers Timer_FillNotificationQueue and Timer_SendUpdateNotifications in module FPM_UserServices_CS. Make sure timer schedule of Timer_SendUpdateNotifications is set to run after Timer_FillNotificationQueue.
Why doesn't a Forge component show up in the list?
For listing Forge components, the underlying table OSSYS_APP_FORGE is used from the Outsystems metamodel. However, it only discloses components installed in that specific environment. It's recommended to only install this tool on the environment you install your Forge components usually (for example your Development environment).
How can I enable Check for updates?
Configure your apps
In order to retrieve the details from the Forge, you need to link the component with the Forge component. You can do this by clicking Add configuration, pasting the Forge component detail page URL under Forge URL and clicking Extract Details. After saving, this component will be linked and can be synced.
Configure timer
After linking components, you can manually sync using Settings > Syncs > Start new sync or configure the timer Timer_Sync in the Forge ForgePluginManagerServices module.