Время создания
Filters
HRM
HR_automation
performance_management
onboarding

How to automate the entire employee lifecycle in Creatio

HR teams often deal with scattered processes. Recruiting is managed in one tool, onboarding in another, and performance tracking somewhere else. This leads to manual work, data loss and lack of visibility across the employee lifecycle.

Syntech HRM for Creatio Syntech HRM for Creatio | Creatio Marketplace solves this by bringing all HR processes into one system.

It is a complete HR management solution that covers every stage of the employee journey. From candidate sourcing and hiring to development, performance tracking and offboarding, everything is managed in a single workspace.

Recruiting becomes structured and predictable. You can manage candidates through customizable pipelines, schedule interviews, collect feedback and make decisions based on clear data. Integration with job platforms allows you to import candidates automatically and avoid duplicates.

Onboarding is no longer chaotic. The system provides structured 30 60 90 day plans, assigns responsibilities and tracks progress. New employees adapt faster and managers always see the current status.

Performance management is fully transparent. Set KPIs and OKRs, run review cycles, track employee growth and hold regular one to one meetings with automated scheduling and reminders.

Offboarding is handled in a controlled and professional way. The system ensures that all tasks are completed, knowledge is transferred and feedback is collected through exit interviews.

All data is stored in one place, which reduces manual work, minimizes errors and gives HR teams full visibility.

Syntech HRM for Creatio | Creatio Marketplace

Syntech HRM for Creatio helps companies build structured, scalable and efficient HR processes.

Like 0

Like

Share

0 comments
Show all comments
Diagram
syntech
relationship

Users often encounter fragmented data. Contacts, deals, contracts, and activities are scattered across multiple sections. This slows down decision-making and hides important relationships.

Syntech Relationship Diagram for Creatio solves this problem.

It turns your CRM into a visual and interactive map, where all relationships are displayed in one place. You can instantly see who is influencing a deal, how entities are related, and where opportunities or risks may exist, without ever leaving the record page.

With flexible configuration, drag-and-drop functionality, and no-code setup, your team can gain full visibility in minutes.

Fewer clicks. More insights. Faster decisions.

Syntech Relation Diagram for Creatio | Creatio Marketplace

Like 0

Like

Share

0 comments
Show all comments
Studio_Creatio
8.0

I'm getting a strange error when I attempt to log into a dev site running on a locally hosted machine. I get the log in screen, but after I enter the credentials, I got the following response:

{
 "Code": -1,
 "Exception": "System.MissingMethodException: Method not found: 'StackExchange.Redis.RedisValue StackExchange.Redis.RedisValue.op_Implicit(System.Memory`1)'."
}

Any suggestions on what might be causing the error? Or where to look? Nothing in the logs is jumping out at me.

I do have another instance of Creatio running on the same server and it runs just fine.

Like 0

Like

1 comments

Hello,

This error is almost certainly caused by a version mismatch of the StackExchange.Redis library, rather than anything related to the login itself. The message indicates that the application is trying to call a method that exists in one version of the library, but at runtime a different version is being loaded where that method doesn’t exist.

Since you mentioned another Creatio instance on the same server works fine, the most likely issue is that the two sites have different versions of StackExchange.Redis.dll (or related dependencies like System.Memory.dll) in their bin folders, or different binding redirects in web.config.

A good starting point is to compare the Redis-related DLLs between the working and non-working instances and make sure they match exactly. Also check the web.config for any binding redirects that might be forcing a different version at runtime. If everything looks the same, it’s worth verifying which assembly is actually being loaded, as sometimes an unexpected version can be picked up from another location.

In short, focus on aligning the Redis-related dependencies between the two instances—this type of error should be resolved once the correct assembly version is being loaded.

Show all comments

Hi Creatio Community! 👋

I've just launched a hands-on Udemy course — **Build an Idea Submission App using Creatio Studio** — and wanted to share it here with fellow builders and learners.

The course takes you through building a real-world, end-to-end application from scratch using Creatio Studio, covering everything from data modelling and Freedom UI design to business rules, permissions, BPM-based gamification, dashboards, and report generation. Both no-code creators and developers are welcome — JavaScript and C# topics are covered for those who want to go deeper.

By the end of the course, you'll be able to:
- Design and build production-ready apps confidently in Creatio Studio
- Implement workflows using Dynamic Case Management
- Secure your app with object, record, and column-level permissions
- Use BPM to automate backend processes
- Prepare effectively for the **Creatio No-Code Creator or Developer Certification**

📌 I've shared more details on LinkedIn — would love for you to check it out and pass it along to anyone in your network who is learning Creatio or gearing up for their certification.

https://www.linkedin.com/posts/vargheseajay_creatio-studio-masterclass-activity-7447500983057895424-pEik

Would love your support in spreading the word! 🙏

Like 1

Like

Share

0 comments
Show all comments
FreedomUI
freedommobile
8.0

Hi!

I made a freedom list page for Opportunity. 


My UI for Opportunity in Classic and Freedom Shell are set to Freedom Pages. 



Is there any other reason why in Mobile it is not using the List Page I created for Opportunity? I don't see in the Opportunity schema object places to set the List Page for Mobile
 
Note:  I created a new Package for Mobile and checked the mobile app option in the package creation.

Like 0

Like

3 comments

This was fixed! I was using an old customer so their environment need some support request. 

Glad to hear you managed to resolve it!

In the event you have general questions regarding Mobile Freedom UI setup, please consult
 

Freedom UI Mobile Designer and its elements

Set up mobile pages in Freedom UI Mobile Designer

More specific instructions on changing the pages that are being opened on mobile application through manifest can be found in this instruction.

Nikita Kudin,

Thank you for sharing the url for the knowledge base article! That's really helpful!.

Show all comments