CRM Field Type

Can we bring in the ability to define a field as a BIGINT.

Parents
  • 0

    Hi Darren

    While it is technically possible at the database level in Microsoft SQL Server to change a column from INT to BIGINT, Sage CRM has not been tested with BIGINT, and therefore environments where such changes have been made fall outside of supported configurations.

    BTW testing would be quite big as we would have to consider

    • Mismatches between the database and CRM metadata
    • Unexpected behaviour in the application layer (ASP pages, .NET components, APIs)
    • Issues with joins, foreign keys, and integrations
    • Potential problems during upgrades or patching

    If you have logged a case, then ask the local support team to log it with us as an enhancement - we would need to understand the need to support a field type that has to support numbers larger than a couple of billion and into the quintillion range!

Reply
  • 0

    Hi Darren

    While it is technically possible at the database level in Microsoft SQL Server to change a column from INT to BIGINT, Sage CRM has not been tested with BIGINT, and therefore environments where such changes have been made fall outside of supported configurations.

    BTW testing would be quite big as we would have to consider

    • Mismatches between the database and CRM metadata
    • Unexpected behaviour in the application layer (ASP pages, .NET components, APIs)
    • Issues with joins, foreign keys, and integrations
    • Potential problems during upgrades or patching

    If you have logged a case, then ask the local support team to log it with us as an enhancement - we would need to understand the need to support a field type that has to support numbers larger than a couple of billion and into the quintillion range!

Children