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
4
votes
2 answers

Google mail insert pluses in the src path of images in html emails

My situation: I'm sending html emails successfully. Styles, fonts and most of the images are shown as planned. But some images from product previews became broken by google mail proxy scripts. There are around 6 images per email with 100x100px size…
A. Denis
  • 562
  • 7
  • 15
4
votes
1 answer

Bitrix24 API : How to update a CRM Deal file custom field

we are using Bitrix24 cloud version and created a custom field at CRM Deals. How can I update this custom field (type:file) using Bitrix API? Already tried : $fileContent = file_get_contents(dirname(__FILE__)."/images/MM35_PG189a.jpg"); $batch…
Gustavo
  • 91
  • 1
  • 5
4
votes
3 answers

Bitrix24 Rest API post request using ASP.NET

Bitrix24 CRM have webhook functional to add leads (clients) to CRM. All documentation is written on php, but I want to use ASP.NET. Here's how they do it on php: $queryUrl =…
randomsuffer
  • 353
  • 2
  • 7
  • 15
3
votes
0 answers

Wrong auth_type when trying to add event on bitrix24 REST-API

Array ( [error] => WRONG_AUTH_TYPE [error_description] => Current authorization type is denied for this method ) i´m trying to create an event that triggers when a call starts and it should work for all users, not the ones with admin…
LucasAHKB
  • 31
  • 2
3
votes
1 answer

Bitrix24 How to write custom event handler

I want to know where I have to put below custom event handler code in bitrix24(self-hosted system) without changing any core file. AddEventHandler('socialnetwork', 'OnBeforeSocNetGroupAdd', 'TestHandler'); function TestHandler(&$arFields) { …
sh27
  • 51
  • 5
3
votes
2 answers

How to implement OAuth in Bitrix for third party Applications?

I am currently using Bitrix24 for HR management and task management. Since it provides an option to integrate third party applications with it, I am stuck in how to implement OAuth for my application with Bitrix. I went through documentation…
Abhishek
  • 1,999
  • 5
  • 26
  • 52
2
votes
1 answer

How to call a MySQL stored procedure in Bitrix24 application

I need to call MySQL stored procedures in Bitrix24 application and use it for the query result. How can I do that?
KOCH DOEUN
  • 137
  • 1
  • 7
2
votes
1 answer

Cannot send user invitations and mails in bitrix

I am trying to setup Bitrix Business Environment self hosted version in gcloud instance (CentOs7 - Bitrix Virtual Appliance V7.3.3) with Demo Licence. Now i am trying to add new user via invitation. I setup mailbox. I'm getting the incoming mails…
Rajeeb binRazaq
  • 31
  • 1
  • 1
  • 9
2
votes
1 answer

Google maps API not working with AJAX on Bitrix

I'm trying to use Google API and everything was fine except when I tried to use it with AJAX. So, let me explain my trouble. I'm using CMS Bitrix, and I have a task to use Google maps and of course they must be downloaded with AJAX. So when user…
2
votes
2 answers

Bitrix Tasks report

I would like to pull the report of tasks with start date, end date, status of the tasks created in Bitrix of all users. I have administrative access of Bitrix in self hosted version. How can I get this?
1
vote
0 answers

How do I configure redirects in vite?

So basically I'm trying to migrate from Vue-cli to vite and I need to find an alternative to module.exports = { publicPath: '', devServer: { setup(app) { app.post('*', (req, res) => { res.redirect(req.originalURL); …
eva01pilot
  • 11
  • 2
1
vote
1 answer

Configuring the display of the link preview in the Bitrix chat bot

I am a beginner developer. My goal: creating a chat bot in Bitrix with loading news on demand. Problem: Links (more precisely, the first link from the list) are displayed as previews at the bottom of the message. How to turn it off? Associated…
1
vote
1 answer

Bitrix24: Fill in listvalue via the Api with lists.element.add

I to choose a list-value via the API into Bitrix CRest::call('lists.element.add', [ 'IBLOCK_TYPE_ID' => 'lists', 'IBLOCK_ID' => '134', 'ELEMENT_CODE' => 'element'.$entry[134] , 'FIELDS' => [ 'NAME' => …
Roland Kom
  • 13
  • 2
1
vote
0 answers

Bitrix24: I want to create a custom API on On premise version

As title, I want to create custom API path on Bitrix24 (On premise version). I tried follow Bitrix instructions: https://dev.1c-bitrix.ru/learning/course/index.php?COURSE_ID=43&CHAPTER_ID=013764&LESSON_PATH=3913.3516.5062.13764 But can not…
hoptq
  • 19
  • 3
1
vote
1 answer

How can I trigger a contact workflow on a specific date in Bitrix24?

I would like to trigger a workflow resetting a sum on all contacts every 1st January of the year. The workflow is implemented. It could be triggered on the specific date or even everyday, because the date is verified in the workflow before…
1
2 3
9 10