You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since PR #4332 standard fields on custom object can now be sync on custom objects.
We should refactor the sync module to allow generation and apply of workspace migrations base on one object metadata.
The goal is to remove the manual declaration of the standard fields inside the object-metadata.service file.
Current behavior
Standard fields are created manually inside the service.
Expected behavior
Standard fields should be created by some part of the sync module, when we've refactored this part to allow this kind of call.
The text was updated successfully, but these errors were encountered:
magrinj
changed the title
Ex: Add custom field from Companies / People table options menu
feat: generate standard fields on custom object creation based on sync module
Mar 7, 2024
Scope & Context
Since PR #4332 standard fields on custom object can now be sync on custom objects.
We should refactor the sync module to allow generation and apply of workspace migrations base on one object metadata.
The goal is to remove the manual declaration of the standard fields inside the
object-metadata.service
file.Current behavior
Standard fields are created manually inside the service.
Expected behavior
Standard fields should be created by some part of the sync module, when we've refactored this part to allow this kind of call.
The text was updated successfully, but these errors were encountered: