Can Extended Properties be added to a Solution Workbench?

@danbedwards

I dont think this works well with base Epicor Tables. For example I have UD03, where I changed the UDFieldLabel, but in the cab the ZDataFieldSearch BO does not bring enough columns. All it tries to modify is:

No Format, No Label, pretty much just useless stuff. I havent found a good way to include Extended Properties modified through “Extended Properties” Screen, I still rely on Paste Update.

Sounds like a feature suggestion for Epicor to include.

As for just including the entire ZDataTable, works great with _UD but not trying to modify the Extended Props for lets say UD03.

You will be flooded with errors:

[12/12/2019 1:42:38 PM]  'UDReadOnly' is restricted property for field, 'ShortChar18', and cannot be replaced in ZDataField.
[12/12/2019 1:42:38 PM]  'SysRevID' is restricted property for field, 'ShortChar18', and cannot be replaced in ZDataField.
[12/12/2019 1:42:38 PM]  'DelimiterCheck' is restricted property for field, 'ShortChar18', and cannot be replaced in ZDataField.
[12/12/2019 1:42:38 PM]  'IsHidden' is restricted property for field, 'ShortChar18', and cannot be replaced in ZDataField.
[12/12/2019 1:42:38 PM]  'Required' is restricted property for field, 'ShortChar19', and cannot be replaced in ZDataField.
[12/12/2019 1:42:38 PM]  'ReadOnly' is restricted property for field, 'ShortChar19', and cannot be replaced in ZDataField.
[12/12/2019 1:42:38 PM]  'External' is restricted property for field, 'ShortChar19', and cannot be replaced in ZDataField.
[12/12/2019 1:42:38 PM]  'Included' is restricted property for field, 'ShortChar19', and cannot be replaced in ZDataField.
[12/12/2019 1:42:38 PM]  'IsDescriptionField' is restricted property for field, 'ShortChar19', and cannot be replaced in ZDataField.
[12/12/2019 1:42:38 PM]  'SystemFlag' is restricted property for field, 'ShortChar19', and cannot be replaced in ZDataField.
[12/12/2019 1:42:38 PM]  'UDRequired' is restricted property for field, 'ShortChar19', and cannot be replaced in ZDataField.
[12/12/2019 1:42:38 PM]  'UDReadOnly' is restricted property for field, 'ShortChar19', and cannot be replaced in ZDataField.
[12/12/2019 1:42:39 PM]  'SysRevID' is restricted property for field, 'ShortChar19', and cannot be replaced in ZDataField.
[12/12/2019 1:42:39 PM]  'DelimiterCheck' is restricted property for field, 'ShortChar19', and cannot be replaced in ZDataField.
[12/12/2019 1:42:39 PM]  'IsHidden' is restricted property for field, 'ShortChar19', and cannot be replaced in ZDataField.
[12/12/2019 1:42:39 PM]  'Required' is restricted property for field, 'ShortChar20', and cannot be replaced in ZDataField.
[12/12/2019 1:42:39 PM]  'ReadOnly' is restricted property for field, 'ShortChar20', and cannot be replaced in ZDataField.
[12/12/2019 1:42:39 PM]  'External' is restricted property for field, 'ShortChar20', and cannot be replaced in ZDataField.
[12/12/2019 1:42:39 PM]  'Included' is restricted property for field, 'ShortChar20', and cannot be replaced in ZDataField.

Back to Paste Update for me! :expressionless:

1 Like