Extending Sync Target Resources
Overview
NocoBase natively supports syncing user data to the User and Department tables. It also allows for extending the target resources for data synchronization to write data to other tables or perform custom processing as needed.
Experimental
Full documentation is pending.
Target Resource Handler Interface
Registering Target Resources
registerResource(resource: UserDataResource, options?: ToposortOptions)

