Is there any way I can log the changes that have been made on CRM elements in Bitrix24? [closed] - crm

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 days ago.
Improve this question
I would like to log some changes that may happen on CRM cards in my Bitrix24 account, is there any way I can compare the old fields to the new ones?
So, in this case, I would know every change that have been made and who did it
I tried to create a business process, so every time I update a deal, lets say, I would log the changes, but I couldn't find a function that does it.

Related

How do you make two user types, one of which has to pay in order register? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
Say I have a site with two types of user
contentCreator
and
contentUser
What I want to do is :
contentCreator has to pay to have an account, and once logged in, has feature set X.
contentUser can register for free, and once logged in, has feature set Y.
All I need is a pointer in the right direction to get me started.
This can be achieved using a membership plugin where you have a free and a paid membership structure and limit the content access based on the user membership plan.
You can use plugins like Simple Membership and configure it to have both paid and free memberships.

Firebase: How to know if a user used the app within 4 weeks [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
Using Firebase as a backend for my mobile app, how can I get the information (on the client side) if a user was using my mobile-app within the last 4 weeks or if he didn't?
I somehow need to get the date of last usage (last read, or write operation, last login...)
I know there is the information of "last sign-in" in the admin SDK, however I'm not sure if this is supposed to be integrated in the app itself.
you can add lastOnline field to your user entity and change it everytime the user quit the application :
DatabaseReference userLastOnlineRef = FirebaseDatabse.getInstance().getReference("users/joe/lastOnline");
userLastOnlineRef.onDisconnect().setValue(ServerValue.TIMESTAMP);
link

How to implement a gamification system in ASP.NET Web Application [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I'm building a Web Application using ASP.NET MVC and I'd like to implement a Gamification system to make the user experience more exciting.
I'd like to start with a simple score for each user and as they progress and get more points they get badges and unlock new features for themselves, something similar to how Stackoverflow does it.
What appears challenging to me is how to check in the entire application, whether a user has reached a score that can recieve a badge. I don't want to duplicate my code and perform this check in every place that I'm incrementing a user's score.
I'd like to know how can I start implementing such a system. I know it's a broad question but I'm just looking for some starting ground and some good practice to begin.

quantstrat: how to execute on the same bar? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I know that you're not supposed to be doing this but since I almost exclusively trade based on daily and weekly data, I think I'd be getting a more realistic idea of trading ideas if I were able to execute on the same bar instead of buying on next day's open. Thanks!
You can add allowMagicalThinking=TRUE to your call to applyRules. If you add allowMagicalThinking=TRUE to your call to applyStrategy, it will be passed to applyRules.

importing contactlist in phone [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I want to write an application that stores the contact list records, that user enters, so that the user will later be able to import them from within Symbian (and/or Android) phone. What I'm asking is: is this possible and if so, what the format of stores should be in order to import records? Any help is appreciated.
Yes, it is possible. What you need is the Contacts API. You can find answers to your questions in the documentation.

Resources