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
1 answer

I want to send "Form data" from wordpress and save it in the Bitrix24 CRM

I am using a Hustle form in wordpress. So, There are two fields in that form (Name and Email) along with one hidden field (which user can't fill and has a fixed value e.g., audience). So, I want to save these three values in three different fields…
0
votes
1 answer

How to call Bitrix24's API using Postman?

I researched on google and I'm stuck while I try to find out Bitrix24 API docs for users using PostMan. Is there an available resource that could help me solve my trouble? , I hope I could retrieve a document or some things like this. Thanks for…
0
votes
1 answer

Use Bitrix-REST-Api to view a contact

Is it possible to use the REST-API of Bitrix to View a Contact (open contact detail view)? In the API-Documentation (found under https://training.bitrix24.com/rest_help/) I cannot find any informatione about showing Views (only for showing Calendar…
BennoDual
  • 5,865
  • 15
  • 67
  • 153
0
votes
1 answer

How to use R for update and add data from the Bitrix24 REST-API?

The GET-function works well. So it is possible to get data from Bitrix (e.g. crm.lead.get), here the script: library(httr) library(jsonlite) Url <-…
Bert
  • 1
  • 1
0
votes
0 answers

Bitrix Set a condition in $arFilter on the number of elements in a multiple property

The iBlock element has a multiple property. When GetList, you need to set $arFilter with the condition that we take elements whose records in the multiple property are less than 10
0
votes
1 answer

how can I get the next set of items from the crm.lead.list method?

I am trying to create a list of leads of more then 50 items so I encounterd the limit of the list method. On the training site I already found that I need to do a call to get the next set but I have found no mention of how that should be done in php…
0
votes
0 answers

How to write URL with parameters for BItrix24 Rest API?

I mam trying bitrix rest api on localhost. As i wanted to request bizprocess tasks using api from the url but it is returning only by default value in the para meters Here is link to the page…
Aman Kumar
  • 11
  • 3
0
votes
0 answers

syntax error, unexpected '$...' (T_VARIABLE) - Why?

What's wrong with this code? I simplified the code as much as possible, but there is still an error
0
votes
1 answer

How do I use the Bitrix API to filter contacts using multiple values for one key?

I'm trying to return a list of contacts that could match multiple "PHONE" values. Right now I can get a list that matches one phone value but not an array of phone values. Here's what I have: let contactList = await bitrix.call('crm.contact.list',…
thefastlane
  • 29
  • 1
  • 8
0
votes
3 answers

Add standalone PHP web application to existing site

There is a running website (on Bitrix CMS) located on the simplest shared hosting with cPanel. The task is to create a standalone little web application in PHP (for internal use in the company), which, for simplicity, will be available from the same…
m1know
  • 189
  • 1
  • 14
0
votes
1 answer

Bitrix24 On-Premise site failing to load the pages with error message. This site can’t be reached. connection refused

I am failing to access the Bitrix24 On-Premise site. When I enter http://intranet/ the site is redirecting to http://intranet:8890 and then gives an error "This site can’t be reached" connection refused Similarly, if I try to access an old…
0
votes
1 answer

bitrix d7 route parameters

I am working on project which is based on BITRIX D7 php framework. We have a need to combine several URLs into one by passing the desired part as a parameter in the route. In Laravel it is able to create route like Route::get('page/{param}',…
0
votes
1 answer

In Bitrix how can I set a custom field of type list in a lead in PHP?

I can set numbers and string from form subissions but I cannot figure out how to set a a value to a Data type list. I have a number of possible values available in the list but don't know how to set any of them. Could someone link to a tutorial or…
chris loughnane
  • 2,648
  • 4
  • 33
  • 54
0
votes
1 answer

How to make spring boot app to send email with support to configure any email service like mailchimp, sendgrid,

I have implemented a spring boot app to send email using JavaMail API with pre-defined SMTP values. Now, I want to change this to a global configuration. So, that a person using any email service like MailChimp, SendGrid,... can configure their…
Prem
  • 11
  • 5
0
votes
0 answers

Php 7.4 script slows down when launched in Docker

This test (CPU test from the Bitrix system), when launched on the server, directly yields more than 200. If you run it in Docker, then the test displays a value of about 10. Maybe someone has encountered such a problem?