I've built a demo in a Creatio cloud server, and I wasnt to continue working on that package, but now on my dev environment. Is there a way to extract package contents from the zip file to convert it to a file system installed package?
Hi All,
I am trying to apply quick filter in the contact section under "All Email" Tab such that is should show all the mails related to the current user
Below is the handler code:
handlers:/**SCHEMA_HANDLERS*/[{
request:"crt.LoadDataRequest",
handler: async (request, next)=>{/*if (request.dataSourceName === "ByOwnerQuickFilterInTimeline_ComboBox_List_DS")
{
const userId = Terrasoft.SysValue.CURRENT_USER.value;
console.log(userId);
//Create a filter to match the owner field with the current user's ID
const filter = new sdk.FilterGroup();
await filter.addExistsFilter("[SysAdminUnit:Contact:Id].Id");
//workaround for filters
const newFilter = Object.assign({}, filter);
newFilter.items = filter.items;
request.parameters.push({
type: "filter",
value: newFilter
});
console.log("testing");
request.$context.attributes.ByOwnerQuickFilterInTimeline_Value[0] = [
{
checkedState: true,
displayValue: "Lori Espinoza",
value: "ccb53f93-d5ab-4121-8598-63a8a694eeb"
}
];
console.log("Test");
return await next?.handle(request);
}
}
Currently there is no tool to set the default filter in the Freedom UI Timeline component, but our R&D team has a task for implementing this functionality in one of the future application releases. Thank you for reporting this to us and helping us in making the app better!
I know this is only a couple of months on, but is there any expectation of this being possible in the near future? A couple of our clients have asked after this, and I was quite surprised it wasn't possible.
We have multiple different fields when we are creating a record. Forexample Time 1, Time 2, Time 3, Name 1, Name 2, Name 3.
We know that all 3 name fields can be merged together through a process and the result could be one name fields such as Name with "Name 1 / Name 2 / Name 3".
I want to know if this is possible for Time fields too? Can we merge those 3 fields into one field but show all 3 of them in that single field?
Thank you for bringing this matter to our attention.
Regarding the limitation you've mentioned, where the time field can only display one value at a time. As a workaround, we propose implementing a detail where all time values are stored. This approach ensures that when merging the primary record, all associated records in the detail will also be preserved.
We have created a custom Report of a application but when we use the button to download a report it requires us to select records but we don't want to select records we want to download report with date fields for example for this week. Is that possible?
2 - Create a list dashboard to export the list to Excel
For your case, the first option would suit best. This way you can easily filter out records by any column (in your case start date) and print this list.
You can read more about dynamic filters in the following article:
Getting this error while calling the web service from Process . Has changed the maximum execution time also but still getting. Any suggestions?
System.Net.WebException: The operation has timed out.
at Terrasoft.Services.Runtime.ServiceClient.<GetResponseData>d__8.MoveNext()--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Terrasoft.Services.Runtime.ServiceClient.Execute(IServiceClientRequest request, TimeSpan timeout, CancellationToken cancellationToken)
at Terrasoft.Services.WebServiceUserTaskImplementation.Execute(ProcessWebService userTask, ProcessExecutingContext context)
at Terrasoft.Core.Process.ProcessFlowElement.CallInternalExecute(ProcessExecutingContext context)
at Terrasoft.Core.Process.ProcessActivity.RunInCultureScope[T](Func`1 action)
at Terrasoft.Core.Process.ProcessActivity.ExecuteElement(ProcessExecutingContext context)
at Terrasoft.Core.Process.ProcessActivity.ExecuteItem(ProcessExecutingContext context)
at Terrasoft.Core.Process.ProcessFlowElement.Execute(ProcessExecutingContext context)
The error indicates that we couldn't receive a response due to the timeout from the host to which the request was sent. And it's not an issue with the application because, in that case, we would get something like "Thread was being aborted" (if it's a problem with the Web layer - compilation, restart, thread locks in the Entity layer) or a message about a lock (if it's a database issue) or some specific error. But a timeout exclusively indicates that within N (as you configured) seconds, the host to which we sent the request couldn't respond. Hence, the web service element timed out. Most likely, it's because the host to which we sent the request temporarily became unavailable.
Thankyou for your reply, But when i user postman it is working fine and also when manually click on the webservice "send request" it is working fine. Issue only arises in BP .
Hello Im trying to set the self registration for external users but the license is not distribution automatic can you help me to know how can I configure that?
Unfortunately, we don't have such functionality, but you can use our training, where all videos are recorded along with instructions on how to use the system:
Unfortunately, we don't have such functionality, but you can use our training, where all videos are recorded along with instructions on how to use the system:
hi guys i have an error in ssms when i add user as a local then add a log in user then when i execute in iis its appear an error say's that user id error?? any help
Please note that there is no basic functionality to mass update the records in the system. The "Mass updating for Creatio" marketplace addon or a business process are the best choices to achieve your goal. Alternatively, you can create an SQL script to update the values directly in the database.
If you are having issues with the addon, you can contact the developer of the solution directly at support@inforce.kz and describe the issue to them.