Skip to main content

How to setup server for Bitrix24 on AWS EC2


Comments

  1. This comment has been removed by a blog administrator.

    ReplyDelete
  2. your content is very inspiring and appriciating I really like it please visit my site for Satta King Result also check Satta king 24X7 and also check sattaking and for quick result check my site Satta matka and for super fast result check Satta king ohttp://sattavipkingg.moonfruit.com/r delhi satta king

    ReplyDelete
  3. This blog post really helps in understanding how Gali Result outcomes affect the broader Satta King market. Love how everything is explained in simple terms for beginners like me.

    ReplyDelete
  4. The layout of Satta Report makes it really easy to navigate different Satta King games like Gali, Desawar, and Faridabad. Everything is organized.

    ReplyDelete
  5. Maine kai baar different sites se galat result dekhe hain, lekin jab se Satta King website mili, daily ka time fix ho gaya hai. Ab accurate number aur smart play dono possible hai.

    ReplyDelete
  6. Great platform for quick results. Check:
    Play Bazaar

    ReplyDelete
  7. Results bahut fast update hote hain, kaafi helpful site. Visit:
    Satta King

    ReplyDelete
  8. Bahut acchi site hai, results fast milte hain. Aap bhi check karein:
    Satta King

    ReplyDelete

Post a Comment

Popular posts from this blog

How to add a custom activity type in Bitrix24 CRM

During one of our recent self-hosted Bitrix24 implementations, we had the task of adding a new type of Activity to CRM - something between a Call Activity and a Visit Activity. The customer wanted this new Activity to be able to participate in CRM reports and filters. To begin with, it was necessary to add a link to a new Activity type in the CRM entity card. We found out that the crm.timeline component is responsible for the output of this part of the interface. In particular, its template.php contains a list of displayed links to case types. For example, for a call, something like: Accordingly, as we can see, this is a regular link with the data parameter item-item-id. So we can add ours, with our own unique data-item-id. As you can see, the href for the link is set as "#" - clicking on this link is processed by the JS code from the script.js of this component. Indeed, the BX.CrmTimelineMenuBar function is responsible for this.processItemSelection()....

How to properly develop your own REST methods for on-premise Bitrix24

During one of our recent implementations, CRM Bitrix24 was used as a backend for another external system - for a student's account. Through an account interface, students can apply for training in the chosen course, upload the necessary documents, monitor the status of their application, pay tuition bills, and also interact with their curators. All this is very deeply integrated with Bitrix24 business processes. For such a deep integration of Bitrix with a third-party system, we lacked standard REST methods - the logic for using requests became too complicated and confusing.