3,053 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-5
votes
1
answer
60
views
Identifying original script file from minified name in Zoho CRM [closed]
I’m working on a Zoho CRM customization and I can see the client-side scripts in the browser, but they’re all showing up as minified filenames. Even with source maps, I’m not able to identify the ...
0
votes
0
answers
84
views
How to get pipeline stage Id in Go high level
How to get pipeline stage Id ? Like I had a pipeline it's id is mentioned in the URL. but in the pipeline I have stages like (open, won, lost) I want their stage IDs.Thanks in advance
0
votes
0
answers
36
views
PowerApps Choice Field Setting Default Value When There Is None
I created a choice field in PowerApps to have 2 options but to not set a default value until a very specific scenario is met.
However any time I go to a participant's page, I see the field setting a ...
Tooling
0
votes
1
replies
53
views
What database to choose?
I'm analysing a case that a data warehouse can be used instead of CRM - as a base that collect all information about customers, offers, invoices and soon.
I will scrape data from 3 already existing ...
0
votes
0
answers
77
views
Show/hide dropdown values in SuiteCRM 8.9
I am using SuiteCRM 8.9, and I am trying to show/hide dropdown values using logic hooks. But it is not working. The hook is not running. Users under the Sales security group should only see draft and ...
1
vote
0
answers
135
views
Is it possible to retrieve associated contact properties from a HubSpot Deal using a single API call?
I’m working with the HubSpot API, and I’m trying to optimize a process where I have the ID of a Deal, for example:
38741794733
To retrieve the deal data along with associated contacts, I use the ...
1
vote
1
answer
269
views
OAuth Popup Flow Design — Handling Full Redirects Without window.opener or Reliable window.closed
My question is related to the design of one implementation so I hope that I will find the appropriate one here!
I'm implementing OAuth2 login in a web application using a popup window strategy. The ...
0
votes
0
answers
58
views
Auto Publish an Ai Model using Power Automate
I have developed a prediction model using Power Apps and subsequently created a Power Automate flow for retraining the model. Now, I aim to automatically publish the retrained model. Although I am ...
0
votes
1
answer
280
views
Pre Image in Power Automate Flow
How can I design a Flow in Power Automate to capture the previous values of updated CRM data? Is there a method to access and retrieve the old data before it was modified, like the use of preImage?
0
votes
0
answers
29
views
SSRS Column Grouping Final Total
I have applied parent row group
=Fields!SubQuote_details_productid_parentproductid.Value
and Child row group
=Fields!SubQuote_details_productid.Value
I have also applied column parent group
=Fields!...
0
votes
0
answers
126
views
How to fetch the records using ZOHO CRM API filtering on Created_time Criteria
I am trying to fetch the deals from ZOHO CRM API unfortunately the Created_Time criteria is not working, its giving 200 records everytime and its not in the real case only 3 or 4 records exists ...
-1
votes
1
answer
51
views
Hubleto setup and installation
I tried downloading and setting up Hubleto, and I have two questions about it:
ConfigEnv.dbName (database will be created) (press Enter for 'my_hubleto'): -> my_hubleto
It says that the database ...
0
votes
0
answers
41
views
Less Annoying CRM API - Add contact to group
I'm creating a plugin that creates a contact in Less Annoying CRM when a user account on a WordPress site is approved. I've looked through the API documentation and can't find anything on how to add a ...
0
votes
0
answers
134
views
How to search a Bitrix24 list by a CRM contact field and save results in a workflow variable?
I work at Bitrix24 and use the Low-code tool to create an automation process. As part of this process, I would like to:
I will iterate through the list object in bitrix24 from the position of the ...
1
vote
1
answer
150
views
Why do I get {"status":"failure"} when using an info statement after getting a record from a custom module?
I started creating a script to perform certain automation inside a CRM.
The record I want to pull is within a user created "Policies" module.
whenever I use the get function and info the ...