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

Hi there,

I need some assistance with a use case where we want to send a word report via email that includes images.

To achieve this, we created a custom object that contains an Image column with the data type set to Image. We also tried using an Image Link data type as an alternative. However, when we created the report including these two columns and ran the process, we encountered an error.

When we removed the Image data type column, the report was generated successfully. For the Image Link data type, only the image name appears instead of the actual image.

For image-link data type as a column, we developed a custom web-service that first insert into 'SysImage' then add inserted Id to image-link column to map with SysImage object. That's also not working

Based on our observations, it seems that the Image data type may not be supported in the report. Could you please help us with a solution or assist in troubleshooting this issue?

Like 0

Like

0 comments
Show all comments

Hi Community. 
I have a need to allow users to only manage certain lookups, but I don't want to grant them the "CanManageLookups" operation to be able to change any lookup

Like 0

Like

0 comments
Show all comments

I found this in the Creatio manual online:

 

Is it possible to add static folders to sections that do not have static folders available by default? 

Like 0

Like

0 comments
Show all comments
not
able
to
set
access
rights
for
folder
in
products
section

Hi,

I am not able to add new access rights for a folder which i have created in the products section. It is showing the settings grayed out.

Like 0

Like

1 comments

Hello,

To enable access  rights for the product folder you need to turn on Object record permissions for Product folder object:
obj permissions
record permissions

Ream more about record permissions here.

Show all comments

Hi Community. 

I have a question regarding calculated attributes in freedomUI. 

Below is the mock of what I mean

"ActualModelAttribute": {
	"modelConfig": { 
		"path": "PDS.AttributeName"
	}
},
"CalculatedAttribute": {
	"from": "ActualModelAttribute",
	"converter": "usr.MyCustomConverter"
}

If I define my customConverter directly in page schema I get an error that the converter is not found in converterRegistry. Is there any way to add it? 

Like 0

Like

0 comments
Show all comments