I am getting a HTTP 403 (Forbidden) error when I call the OData $batch request on my developer instance. It does not matter what requests I pass to it. It also occurs when I use the example $batch request provided by the Creatio postman environment.
Do developer instances support batch requests? Is there an option I can enable to allow batch requests?
The answer to the POST request to /AuthService.svc/Login will be a set of session cookies needed for further requests execution. One of those cookies (BPMSCRF cookie) values should be specified as a separate BPMCSRF header value for further POST\PUT\PATCH requests. So once you are authenticated via postman you need to copy the value of the received BPMCSRF cookie and set it as a header value for further requests in the following manner:
After that, you can try calling the OData endpoints via POST requests and they should succeed.
Thank you for contacting the Creatio technical support team. If you have any further questions, please send them as a reply to this email.
Thanks, but I've already read the documentation and was able to get other OData calls to work successfully. It is only the batch request is not working for me.
Typically, a HTTP 403 error means that a user is trying to access a page or API that they do not have permission for. Hence why I was asking whether there is some system configuration option I need to set. I am trying to access this as the Supervisor user on my development instance.
The answer to the POST request to /AuthService.svc/Login will be a set of session cookies needed for further requests execution. One of those cookies (BPMSCRF cookie) values should be specified as a separate BPMCSRF header value for further POST\PUT\PATCH requests. So once you are authenticated via postman you need to copy the value of the received BPMCSRF cookie and set it as a header value for further requests in the following manner:
After that, you can try calling the OData endpoints via POST requests and they should succeed.
Thank you for contacting the Creatio technical support team. If you have any further questions, please send them as a reply to this email.
I have created a business process for the Lead. There is a stage named "Converted" to show that the Lead is converted to Opportunity.
But I have to check the Account of the Lead if the Account has the status: "Green" - a look-up field, the user could allow changing the Lead Stage to Converted. If the Account doesn't have the status, then the Lead is not allowed to change the Lead stage
Does anyone possibly have a code example on the new Freedom page showing how to calculate the difference of values of two page fields and write it into a third field? For example: payment balance = Amount-PaymentAmount Maybe there's also a code example on how to get the exchange rate on the date specified in the Date field according to the Currency field or an example of how to refer to another object to get a value from it.
I am working on a use case to use angular component inside creatio. I have followed this link .It seems like it is old documentation most of the js files mentioned in that link is not there in the angular package. Can anyone helo me on this
Where can we change signature date alignining automatically on closed won status change date in opportunities ? We deactivate OOTB opportunity process, and it's still changing when choosing ootb closed won step in DCM.
Currently the only possibility to build hierarchy in forecasts is by using connected objects from the columns of the original object in the forecast (by selecting them in the level of hierarchy directly):
As for the error message itself: a foreign key must reference a (base) table* in the same database (a base table: not a view, not a foreign data wrapper table) as stated here. In your case one of the columns is referencing a view so that's why the error message popups when updating the database structure.
I am sure I have forgotten a very basic something... but I am refreshing on the detail wizard but when I have gone to try and add a detail to the place in Creatio I want it... I realised there is no VIEW section button as there is in other sections... just a settings wheel and it opens a 'page'
I want to set a default value to a lookup in classic UI. Kindly let me know how this is possible in Classic UI. I have set up a default value in Freedon UI through rules but rules in Classic don't support the same process. How to do it in classic? Thanks!
Now, I am new to creatio. I just need to know where to put this code in the Source code? And Can I use this selection of multiple contacts to trigger a message to those that are selected only from that grid?