Some platforms do not support matter descriptions.
The following will transform a matter description into a matter note.
- --Transform Matter Descriptions to Matter Notes
- INSERT INTO
- __M_Common_Notes
- (Id, Final_Parent_Id, Final_Parent_Type, Final_Subject, Final_Description)
- SELECT
- CONCAT('TRANSFORM --- ', V1.Id),
- V1.Id,
- '__M_Matters',
- V1.Final_Subject,
- V1.Final_Description
- FROM __M_Matters V1
- WHERE 1=1
- AND V1.Final_Description != ''