Dear community,

How do you import data without creating any records? The main goal is to only update records.

Example:

We import a list of contacts with upated emails but it's possible that someone has changed their names. These people shouldn't be created in creatio but rather ignored. (matching column is name)

Is this possible and what's the best practice?

Kind regards,

Yosef

Like 0

Like

4 comments

Hello Yosef, 



Your request can be done properly in case you have 1 stable and unique column for records in the excel file and in a system...MoreLess

Show all comments (3)

Hello

I have made a custom action in a custom section which opens the Employee section as pop-up and the selected Employee will be having an activity assigned to him(through business process whose Code is put in the action's On click attribute).

This is done for assignment of Field Sales agent a bulk...MoreLess

Like 0

Like

3 comments

Hi Malay,

So what seems to be the issue? The process doesn't remove the rights from activity or doesn't assign them to the required employee?

Thanks.

Dean

Show all comments (2)

Hi,



So have this default Opportunity Section which we edited to change the UI for creating a New Record (see image for reference). Then we change it in a way that choosing customer can only be through accounts, which we are having the prompt error actually.







Question

After checking all the previous version of OpportunityPageV2, I can't find anything that prompts this error, any thoughts/comments?

Like 0

Like

2 comments
Best reply

Hi,



I'm able to afford to fix my problem via the following code segment. I both declared this in minipage and pagev2 of opportunity.

     ...

MoreLess

Show all comments (1)

hello community,



in the Account section page, i'm trying to change the display of some timeline tiles (the Order one for example). I can hide some fields i don't need by modifiying the TimelineTileSetting data ('0ef5bd15-f3d3-4673-8af7-f2e61bc44cf0' for Order).



Fine, but if i also want to...MoreLess

Like 0

Like

2 comments

Dear Patrice,

Try to follow this guide on how to add a custom object to the timeline

https://academy.creatio.com/documents/technic-sdk/7-13/timeline-tab

Regards,

Dean

Show all comments (1)

What is the best way to restrict a user from being able to put a Case in the closed status if there are tasks associated with the case that are in the not started status?

Like 0

Like

1 comments

Dear Mitch,

You can set the activities on the DCM and make them required. Thus, the users will not be able to close a case.

Regards,

Dean

Show all comments

Hi, I've used this application before and my understanding is that it should create an activity per each account that is part of the selected segmentation (account folder). 

I did so, but when I activate the process, it only creates 1 activity for just1 account. I tried several different folders, and the result is the same. Am I missing something or is this an issue? Thanks for any suggestions! 

Like 0

Like

2 comments

Diego,

Can you please give a bit more details on your actions? Can you please share some screenshots of the issue?

Thanks.

Dean

Show all comments (1)

I am using this add-on for the multi-select functionality: Multi-select text field setup for Creatio

Now I want to filter this multi select field by another lookup on the same page. This works fine when I'm using regular lookups and a business rule.

I tried to modify the example in the documentation...MoreLess

Like 0

Like

0 comments
Show all comments

Hi Community,

We have a section and there are few fields added to that section. To that section we have added a detail. Later, we are giving access to the section for read and editing of the fields in the section. The fields within the section is edited based on the access given to the user...MoreLess

File attachments
Like 1

Like

1 comments

Hello Amritha, 



As of now the access rights for the detail should be set separately from the access rights for the section. 

In order...MoreLess

Show all comments

Hello,

I've implemented some code because of the changes on the new version which is coming and do not support DB.Executor.

But when i'm executing my source code, the json result is dynamic : i've only the fields which are not empty.

In order to have a great code i've parse the json. So the forma...MoreLess

Like 0

Like

0 comments
Show all comments

Dear community,

I don't sure the right way to deploy a custom package on test and production environment.

I try to explain with a  sample scenario.

  1. At day 1 I export the custom package from my development environment with the filename packageDay1.zip
  2. The packageDay1.zip is installed on my...MoreLess
Like 1

Like

2 comments

That is typically how it is done, you just reinstall the package - not uninstall first. When you install a package from a zip file&nbs...MoreLess

Show all comments (1)