Hello,
I want to put the job title of a contact in a new field.
I've created a job field (text) in contact.
I put a formula :...
Search Result
Collapse
34 results in 0.0064 seconds.
Keywords
Members
Tags
-
-
ifThen with Record Count to update a Field
Hi Guys
I created this formula yesterday and it worked perfect - this morning it is changing the status on every record instead of every... -
entity\ any formulas not working
Hi,
I try to calculate the sum in another table and count the number of records, but I don't get the results.
Why don't working any...3 Photos -
RAALINK Innovations Pvt Limited India
Unleash the power of ESPO CRM with creative ideas and processes to automate every aspects of your business.
We have customised solutions...Last edited by dreginald; 04-24-2023, 01:52 PM. -
Created at takes Id of Logged in User only but modified takes id from array
$i = 0;
while(
$i < array\length(usersIds),
(
$id = record\create(
'Attendance', 'attendanceDate', date,
... -
check after one month excluding weekends
Hello,
what I'm trying to do, is to create a flowchart that check the status of the lead, if the assigned user changes the status to Not...Last edited by jd13579; 02-25-2022, 08:48 AM. -
Using entity\getLinkColumn returning none
Hi,
I have been trying to get a value from a linked multiple entity using entity\getLinkColumn(LINK, ID, COLUMN) but all i receive is "None"....Last edited by jonesm; 09-29-2021, 12:07 PM. -
Formula with sum on date ?
Hi,
Is it possible for an account to have a field and a formula that calculate duration of all calls on account.
For example that did not... -
How to assign the attribute "teamsId" of a linked entity in formulas?
entity\addLinkMultipleId('user.teams', 'id')
entity\addLinkMultipleId('user.teamsIds', 'id')
did not workLast edited by cpicanco; 09-23-2019, 04:22 PM. -
How to assign the attribute "teamNames" in formulas?
How to assign the attribute "teamsNames" in formulas?
I am trying to use a string attribute identical to the team name, but it...Last edited by cpicanco; 09-20-2019, 07:49 PM. -
formula replace query?
Is it possible to search a string in a field and replace using a formula?
I can do this easily in MySQL. I have searched the Forum with 0 results/hits....1 Photo -
Суммирование значений сущности и их вывод в списке.
Добрый день!
В системе создана Base сущность "Навык" с двумя типами полей...