Tag: Client Scripting

  • Content Type

Adding Style to a MessageBox Dialog in Creatio

If you need to apply style to a messagebox dialog in Creatio, you’ll need to do a small hack that allows you to identify your specific messagebox in the markup so your CSS/style doesn’t apply to all messageboxes. If your dialog is a real dialog or a mini page, this hack isn’t needed since you […]

Removing the Comma (Thousands Separator) from Integer Fields in Creatio

When using an Integer column in Creatio, formatting will be automatically applied, adding a thousands separator comma to any integer values. However, this might not be the desired behavior. For example, for values that represent a year. To remove this formatting from an integer field on an edit page, we can simply add the following […]

Open a Link in a New Browser Tab Without Being Blocked in Creatio

If you need to open a link in a new browser tab in Creatio, the most common way to do that might be using standard javascript window.open code like the following: The problem with this approach is that code will often get blocked by the browser’s popup blocker and won’t open unless the user notices […]

Detecting if a Page Needs to be Saved in Creatio

If you need to be able to determine in code on a page in Creatio if the current record has been modified and needs to be saved, the easiest way to determine this is by checking to see if the Save button is visible or not. In Creatio, when a record has been modified, the […]

Refreshing a Section List in Creatio

If you need to refresh a section list in Creatio at any point there are a few methods you can use. Any section that inherits from BaseSectionV2, which is really any section with a list, will have a built in method to refresh the data displayed in the section. All you need to use is […]

Subscribe To Our Newsletter

Join our mailing list to receive the latest Infor CRM (Saleslogix) and Creatio (bpm'online) news and product updates!

You have Successfully Subscribed!