Questions tagged [bitrix]

Bitrix is a CMS written in php

Bitrix is an e-commerce platform written in PHP available under both open-source and commercial licenses. It is written in an advanced object-oriented idiom that uses the MVC pattern , aiming for flexibility and extensibility. It is owned and maintained by Bitrix Inc.

Products

  1. Bitrix24 is a highly secure, turnkey intranet solution for small and medium-sized businesses designed for effective collaboration, communication, social networking, workflow and knowledge management. The product enables increased employee productivity, motivation and awareness and smoother internal operations. Also check out Bitrix24 in the Cloud for free

  2. Bitrix Site Manager is the industry's most secure website management solution that delivers extreme value in performance, functionality, and ease-of-use for small and medium-sized businesses. Based on the best web 2.0 practices, it is suitable for corporate portals, online stores, community sites and news services. It does not require in-depth knowledge of web technologies. You can orchestrate your online business from A to Z from a browser using the intuitive and user-friendly interface.

  3. Bitrix Virtual Appliance uses the latest Cloud Computing technology. It is a virtual server fully customized for Bitrix software products testing purposes and everyday use. The Bitrix Virtual Appliance will save you a lot of time and money because it is absolutely free and ready-to-use application that just needs to be installed on your local or remote server.

141 questions
0
votes
0 answers

How to up files with Bitrix24 api

How can I update a CRM contact field, this field is type file? I'm using the bitrix24 API I want to update an image of a contact, in the bitrix23 documentation I can't find anything This is where I am making the…
0
votes
0 answers

How can I in Bitrix with an API request update the "ACTIVE" field of a list?

I have a custom list in Bitrix CRM and want to activate/deactivate certain elements of it. For the elements I have of course the element_id and the IBLOCK_ID of the list. But I dont manage to update the ACTIVE field of an element. Is this possible…
yolohawi
  • 1
  • 2
0
votes
1 answer

Bitrix24 - Webhook how to get data phone in array

In bitrix24 it is possible to create webhooks to obtain contact data. In contacts, the phone field is an array that is made up of several arrays but I don't understand how I can get the data from the work phone or landline phone array. To get the…
0
votes
2 answers

How can I use the Bitrix REST API parameters in a way that works?

I'm trying to make an external application that requests data from Bitrix24. If you take a look at the documentation, there's not much about the parameters used in the endpoints https://training.bitrix24.com/rest_help/oauth/index.php. Currently, I'm…
0
votes
0 answers

bittrix GetSectionElementsCount filter

I have the following task. We have a property website. in the main page there are the list of free apartments, but the code shows all apartments free and occupied
YK11
  • 1
  • 1
0
votes
0 answers

MSMTP: 550 MIME message is missing 'From' header, even if address is defined in msmtp config properly

current msmtp configuration account default logfile /home/bitrix/msmtp_default.log host smtp.sendgrid.net port 587 from xyz@domain.com aliases /etc/aliases keepbcc off auth on user apikey password SENDGRID_API_KEY tls on tls_certcheck off Command:…
Yuvraj Hinger
  • 198
  • 1
  • 6
0
votes
0 answers

Bitrix Cloud hosted Menu Access Privileges

So I want to make the move from my custom built CRM (does the JOB) to Bitrix24. I've figured out most bits but one thing that is confusing me is the left hand menu. it appears no matter whos logged in everyone can see everything.... For instance I…
0
votes
0 answers

Files are not sent to the server via BX.ajax.runComponentAction, what could be the problem?

$_FILES is empty after the request is sent, the rest of the data is passed normally in the request, only the files are not sent. here you can see that FormData receives all data on files and in the request where the files array does not…
0
votes
0 answers

How to integrate Parasut and Bitrix24 to add sales invoices as list elements based on company ID and name?

I'm trying to integrate Parasut and Bitrix24 to add sales invoices as list elements in Bitrix24 based on the company ID and name. I have the following PHP code to get the sales invoices from Parasut and add them as list elements in…
0
votes
1 answer

How to avoid double click actions in ajax

My function sends 2 actions after a customer makes a double click. Is it possible to modify my function to avoid it? function createIt() { var comment = $('textarea[name="comment"]').val(); if (!comment) { …
Vlad
  • 3
  • 3
0
votes
1 answer

Copying a component (news.list) template in edit mode. Menu Overlay

There is a component - a news.list (I act according to Bitrix Course) IncludeComponent( "bitrix:news.list", "", Array( "ACTIVE_DATE_FORMAT" => "d.m.Y", …
0
votes
2 answers

Parameters in DOCUMENT_ID of Bitrix workflows

I want to start a Bitrix workflow with an API call. But I allways get as answer, that the DOCUMENT_ID is wrong. What I handover for the DOCUMENT_ID is: ['crm', 'CCrmDocumentDeal', '12345'] '12345' is the deal ID, but what is 'CCrmDocumentDeal'? I…
yolohawi
  • 1
  • 2
0
votes
0 answers

Create Google maps URL in Bitrix

I want to create a Google maps link for the CRM module of Bitrix. For this I want to use the address fields of the company entity. How do I have to write this? Like this only the {CompanyAddress} is…
yolohawi
  • 1
  • 2
0
votes
1 answer

I'm using the Bitrix24 api generator to export my data but can't seem to filter the response by the array position[]

Bitrix only brings up to 50 positions in the array list of all my data, this happens because of a security matter and, for what I've seen, can't be changed. So, to export the data from Bitrix to my dataware house (currently going through…
0
votes
1 answer

Sending request from URL address and got error

https:?fields[OWNER_TYPE_ID]=4&fields[OWNER_ID]=23920&fields[TYPE_ID]=2&fields[COMMUNICATIONS][VALUE]="998974602446"&fields[SUBJECT]="new%20phone"&fields[START_TIME]=2022-09-17%2015:00:00&fields[END_TIME]=2022-09-17%2015:30:00&fields[COMPLETED]="N"&…
bv03a
  • 15
  • 4