Время создания
Filters

i want to select records from the list page then click multi assign then open page that have list of contact (user) here select the no of users then assign those users to selected records.
for example if i selected 4 records from list page then click button then its showing page there have contact list by user name there selected 4 users then click assign button then have to assign users to respective records.

in image 1 select the records then click multiple users

in image 2 then opened page there select users then click assign 

in image 3 this is the one record there assignee need to set selected users. so gudie me how to achive this confussed in bp like selected records Id are save in bp collection (nested parameter is Id) while using subprocess only can run those selected id one by one. 

Like 0

Like

0 comments
Show all comments

i want to select records from the list page then click multi Assign button then open page the have list of contact (user) here select number of users then assign those record to respected user. example select 4 records then click button then open page select 4 users from list of contacts name then assign accordingly.
here for selected records can get by collection parameter Nested param as Id so one by one it will take so i used subprocess for that guide me for that too.

Like 0

Like

2 comments

Hello,

You can achieve this by using multi-select on the list page and launching a business process for the selected records.

The Multi Assign button can be configured on the list page so that, when the user selects multiple records and clicks the button, it starts a process for those selected records. The selected record IDs can be passed to the process as a collection parameter.

Inside the process, you can open a Pre-configured page. This page can display the selected records and allow the user to select the required contacts/users for assignment. After the user confirms the selection, the page or process can perform the required assignment logic, such as assigning each selected record to the corresponding user.

Please find the relevant articles below:
Set up a button that runs business processes in a section
Set up Multiselect lookup component
Run a process for multiple records in a section

Nick Ovchynnik,

Hello,
i have doubt, from selected records will get by using button action as Bussiness process the set process parameter (image 1)as taskList.AtgIds (image 2) but get those ids by using subprocess other then cant use collection ids, in subprocess even if we use subprocess id can use one by one so how to get users(contact) there, is any other way or if in pre configure page there is list of contacts enabled multi select option so able to select users then click in assign button  what to select in action if it again bp then how we get record ids or else what are the way to achieve please clarify me.

Show all comments
scheduler
syntech
Enterprise_Scheduling
calendar
Freedom_UI

Syntech Scheduler for Creatio v1.2.0 
Released: Settings Menu, 6 Calendar Views, and Enterprise Scheduling Inside Freedom UI

We're excited to announce the release of Syntech Scheduler v1.2.0 - our enterprise-grade calendar and scheduling component built natively for Creatio's Freedom UI platform.

What's new in v1.2.0:  Added settings menu for faster configuration and user-level customization

What is Syntech Scheduler?

Syntech Scheduler transforms any time-based data in your Creatio system into interactive, visual schedules with multiple viewing perspectives. Whether you're managing appointments, service bookings, project timelines, or resource allocation - Scheduler provides the tools you need to visualize, manage, and optimize your time-based operations.

It works with OOTB sections and any custom object. No coding. No complex integrations. Deploy in minutes, not days.

Key Features:

Easy Setup Point to your Creatio entity, define a few columns - done. User-friendly menu configuration with smart defaults means you only set what matters. Status colors pull automatically from lookups.

6 Views. One Scheduler. 

- Day for focus - Week for planning - Month for the big picture   - Year for long-term vision - Agenda for what's next - Resource Timeline for team coordination

Switch instantly with one click. Same data, different perspectives - whatever your workflow demands.

Resource Timeline - See Your Team's Workload at a Glance Groups events by owner, department, or any lookup field. See who's overloaded and who has capacity. Spot scheduling conflicts before they happen. Drag tasks between team members to balance workloads. Week mode shows 7 days of team activity on one screen.

Never Miss a Meeting Agenda view lists all upcoming events in a clean, scrollable format. Date, time, status - everything visible without clicks. Color-coded by status so priorities stand out. Perfect for morning planning or quick daily reviews.

Drag. Drop. Done. Reschedule meetings by dragging to a new time or day. Resize events to adjust duration. Move tasks between team members in timeline view. Changes save instantly to Creatio. No forms, no confirmations, no friction.

Color-Coded Clarity Every status gets its own color - pulled from Creatio lookups or custom-defined. Red for overdue, green for complete, blue for in progress. Legend with counters shows task distribution at a glance. Filter by clicking any status.

See More. Scroll Less. Month view handles 100+ tasks without clutter. Compact event cards show titles and status colors. Visual density without visual chaos. One screen, full month, complete clarity.

Compatibility: Creatio 8.3.0 and up

Get started: → Install from Creatio Marketplace → Point to any entity with date fields → Configure columns and deploy → Your team has a visual scheduler in minutes

We'd love to hear your feedback. If you're using Syntech Scheduler - share your experience in the comments. If you haven't tried it yet - install it and let us know what you think.

Download: https://marketplace.creatio.com/app/syntech-scheduler-creatio

Like 0

Like

Share

0 comments
Show all comments
Freedom_UI
FreedomUI
printables
reports
Report_data
Report_Tables
Report_List
Report_Form
details
Sales_Creatio
8.0


How can we recreate the printable pages configuration in Freedom UI (/0/ClientApp/#/Printables), including the report data setup (retrieving entity columns) and the report table detail configuration?

Like 0

Like

0 comments
Show all comments

Hello,

I am looking to create contacts automatically from leads. I imagine it can be done through a business process. I am wondering if someone can confirm that it can be done, and does someone have a business process they can send a screenshot of that accomplishes that?

Thanks,

Matt 

Like 0

Like

1 comments

Hello,

This article should be of help: https://academy.creatio.com/docs/user/crm_tools/landing_pages_and_web_forms/web_to_object/identify_contacts/identify_contacts_that_submit_web_forms The landing page settings should be like this:

1. https://take.ms/9YEWGk
2. https://take.ms/9m0zQ

In general, it's advisable to use Landingi service integration to register records from website.

Show all comments