Through a webservice we are receiving several account records. Some of these new accounts have a url with more than 250 chars, which is the limit set by Creatio for this field. As this limit is exceeded, we are receiving errors from the database.
Is there a way to increase the character limit for the Web Link to 500?
All the solutions ive found to find your current Creatio version/distribution require you to use a specific MSSQL SQL query that doesnt work with PostgreSQL and doesnt seem to have any easy syntax conversion, does anyone have any ideas?
SELECT "Name", "TextValue" FROM public."SysSettings"
left join public."SysSettingsValue" on public."SysSettings"."Id"= Public."SysSettingsValue"."SysSettingsId"
where "Name"='Product version'
SELECT "Name", "TextValue" FROM public."SysSettings"
left join public."SysSettingsValue" on public."SysSettings"."Id"= Public."SysSettingsValue"."SysSettingsId"
where "Name"='Configuration version'
SELECT "Name", "TextValue" FROM public."SysSettings"
left join public."SysSettingsValue" on public."SysSettings"."Id"= Public."SysSettingsValue"."SysSettingsId"
where "Name"='Product version'
Hi! I've developed an application for Creatio, and now I want to publish it on the marketplace. However, it did not pass verification.
The problem is that it didn't install on a system using MS SQL, although I haven't used anything DB-specific. Maybe you encountered such errors from the logs?
Do you know how to restart the verification process?
We know that your package has already published. In case you will have questions regarding the publication of packages please feel free to contact our Marketplace team: marketplace@creatio.com