Skip to content

Apex session IDs too big to handle in offline synch #18

@BarryB0001

Description

@BarryB0001

In the console a numeric or data error will be raised. That's because the session ID coming in will be 14 digits or more in some environments.

Solution:

ALTER TABLE offline_data_sync MODIFY sync_created_session NUMBER;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions