Время создания
Filters
mobile
FreedomUI
local
storage
Studio_Creatio
8.0

Hi,
I'm adapting my Creatio mobile Freedom UI customizations to work correctly when there is no connection to the server. Is there something like local storage that I could use to save information between app launches?
I was thinking about creating a special "offline cache" object to store this data, and filtering it by the assigned user. However, this feels like a workaround.
Maybe there is already a built-in solution for this, or does Creatio plan to add something like this in the future?
Thank you in advance for your help!

Like 0

Like

0 comments
Show all comments
mobile
FreedomUI
page
Service_Creatio
8.0

Hi,
I'm working with Creatio mobile and Freedom UI. I've added a button that triggers an action to open a record for editing, passing some default parameter values to it. I do this by setting the value of a global object and then opening the edit view:

Data.PageParameters = {
   CaseDS_EvField1_e051o13: '',
   CaseDS_EvField2_i3021bq: '',
};
await HandlerChainService.instance.process({
   type: "crt.OpenPageRequest",
   $context,
   schemaName,
   modelInitConfigs: [
       {
           action: "edit",
           recordId
       }
   ]
} as BaseRequest);


On the page being opened, an init handler then runs, which looks like this:

@CrtRequestHandler({
   type: 'usr.PageParametersInitHandler',
   requestType: 'crt.HandleViewModelInitRequest',
})
export class PageParametersInitHandler extends BaseRequestHandler {
   public async handle(request: BaseRequest): Promise {    
       const result = await this.next?.handle(request);
       request.$context.CaseDS_EvField1_e051o13 = Data.PageParameters.CaseDS_EvField1_e051o13;
       request.$context.CaseDS_EvField2_i3021bq = Data.PageParameters.CaseDS_EvField2_i3021bq;
       return result;
   }
}

The goal was to display a popup in the mobile app in such a way that the user has to fill in these fields from scratch every time, without being influenced by previous values and without having to manually clear them.
Overall this works well, but there's one problem: when a field has an empty value, it isn't overwritten on the record at all during save (using the default crt.SaveRecordRequest action). It doesn't show up on the popup, but saving the popup doesn't clear the value on the record. This happens when:
- I don't modify the field at all
- I type something into it and then delete it shortly after
- I manually set the context attribute to an empty string or a space before save

I traced the HTTP request sent from the mobile app to the server and noticed that empty fields are simply omitted from the payload entirely. As a temporary workaround, I've been setting some placeholder string value and then clearing it later in a server-side event listener, but during save the value is briefly visible to the user and the placeholder disappears. It would be good to find a proper solution to this.

 

Like 1

Like

0 comments
Show all comments
Interactive
landing
pages
Marketing_Creatio
8.0

Hi All,

I've been trying to use the Landing Pages in Creatio as a more interactive tool.
What I want to do is something like: User type in a zip code > Landing page show all products available for the zip code entered.

Do you know if this is possible?

Like 0

Like

1 comments

Yes, it is possible. You can achieve this by using scripts on the landing page, along with an anonymous service that retrieves the products based on the ZIP code.

However, please consult the Creatio Support team first to confirm whether this approach is feasible and recommended.

Show all comments
Whiteboard
syntech
coming_soon
syntech_whiteboard

📢 Coming Soon: SYNTECH Whiteboard for Creatio https://marketplace.creatio.com/app/syntech-whiteboard-creatio?partner=syntech 

Collaboration becomes complicated when ideas, meetings, discussions, and project data are spread across multiple tools.

Teams lose context.
Decisions become disconnected.
And valuable time is spent switching between applications instead of moving work forward.

That's why we're introducing SYNTECH Whiteboard for Creatio https://marketplace.creatio.com/app/syntech-whiteboard-creatio?partner=syntech 

An interactive visual collaboration application built directly into Creatio that enables teams to brainstorm, plan, and design together in real time - either on record pages or in standalone shared workspaces.

Key Features
✔ Manage All Boards in One Place
Access and organize all your projects from a single dashboard.
✔ Build Timelines with AI
Generate timelines and structure ideas in seconds.
✔ Communicate Inside the Board
Keep discussions connected to your work with built-in chat.
✔ Explain Ideas with Your Voice
Record your screen with audio directly on the board.
✔ Run Meetings on the Board
Discuss tasks and decisions without leaving the workspace.
✔ Design Processes Visually
Create workflows using visual elements.
✔ Start with Ready Templates
Launch faster with Kanban, mind maps, and other pre-built layouts.

Built for teams working in Creatio - from sprint planning and journey mapping to deal rooms and retrospectives.

Want to see SYNTECH Whiteboard before the official release?

Join the waitlist or contact our team to get early access when the application becomes available https://marketplace.creatio.com/app/syntech-whiteboard-creatio?partner=syntech 

#Creatio #Whiteboard #Collaboration #ProjectManagement #BusinessAutomation

Like 0

Like

Share

0 comments
Show all comments
syntech
portfoliosyntech
syntech_marketplace
automation

📢 Coming Soon: SYNTECH Portfolio Insights for Creatio https://marketplace.creatio.com/app/syntech-portfolio-insights-creatio 

We're excited to announce an upcoming component for the Creatio Marketplace.

SYNTECH Portfolio Insights for Creatio is designed to help organizations plan, monitor, and govern strategic initiatives, projects, and investments directly inside Creatio.

Key capabilities
🔹 Executive Portfolio Visibility
Provide stakeholders with a single place to monitor strategic initiatives, delivery status, risks, and investment allocation.

🔹No-Code Setup
Deploy and configure the solution entirely inside Creatio using a built-in settings interface with any existing Portfolios, Programs and Projects sections.

🔹 Portfolio Hierarchy View
Visualize portfolios, programs, and projects in an interactive hierarchy with drill-down navigation and structured portfolio management.

🔹 Contextual Team Communication
Discuss tasks, portfolio updates, and project activities in one centralized workspace.

🔹 Project Summary Preview
Quickly access project status, progress, budget utilization, manager details, and health indicators without opening records.

We're looking forward to sharing more details as we get closer to the release.

Stay tuned https://marketplace.creatio.com/app/syntech-portfolio-insights-creatio 

Like 0

Like

Share

0 comments
Show all comments