We would like to add a field to a contact history table in our CDM. Will CIS break due to this? We expect it to be null after data is published and a nightly process will update it.
Thanks.
If these two fields are not enough and you want to add a couple extra fields on top, it can be done - as far as I remember, no out-of-the-box code in SAS will break just because of that. An official SAS recommendation is to be considerate for performance and don't overload the table excessively with multiple extra fields due to performance concerns, as the contact history tends to have a lot of records. But at the end, it's up to your database to handle.
If these two fields are not enough and you want to add a couple extra fields on top, it can be done - as far as I remember, no out-of-the-box code in SAS will break just because of that. An official SAS recommendation is to be considerate for performance and don't overload the table excessively with multiple extra fields due to performance concerns, as the contact history tends to have a lot of records. But at the end, it's up to your database to handle.
Can the field types of EXTERNAL_CONTACT_INFO_ID1 and EXTERNAL_CONTACT_INFO_ID2 be changed from VARCHAR(32) to INT with no issues as well?
Should be of no impact for SAS MA.
If you have SAS RTDM or may get it in the future, it has a built-in capability to write user-supplied values into these fields - and it expects them to be Varchars. Similarly, it would not be a big surprise to see a new built-in capability to store information into these fields in new future versions of SAS MA (i have zero information on that, just a guess) - and if that happens it will also expect them to be character.
So, i'd rather either store numeric information in these varchar2 fields - you can always apply to_number() when you are accessing the data, like through a view. Or just added two new numeric fields.
Thanks Dmitry!
Want to review SAS CI360? G2 is offering a gift card or charitable donation to One Tree Planted for each accepted review. Use this link to opt out of receiving anything of value for your review.
SAS Customer Intelligence 360
Training Resources
SAS' Peter Ansbacher shows you how to use the dashboard in SAS Customer Intelligence 360 for better results.
Find more tutorials on the SAS Users YouTube channel.
Want to review SAS CI360? G2 is offering a gift card or charitable donation to One Tree Planted for each accepted review. Use this link to opt out of receiving anything of value for your review.
SAS Customer Intelligence 360
Training Resources