Bronze 5
Since ‎02-21-2022
‎02-15-2024

My Stats

  • 143 Posts
  • 0 Solutions
  • 80 Likes given
  • 50 Likes received

Mushraf_parwej_'s Bio

Badges bolognesiedalla Earned

View all badges

Recent Activity

I'm trying to update the values ​​of multiple child records using an automation that calls a webhook.my API body is this:{"Action": "Edit","Properties": {"Locale": "en-US"},"Rows": [<>{ "IDINT" : "<<[IDINT]>>","NEXT_INT_ID" : "<>","PREVIOUS_INT_ID" :...
I have this problem:I created an action that copies the parent record+all children+all grandchildren, with new IDs for each row. Unfortunately, the copied data often ends up being 70-80 rows in total to be sent to the server. Additionally it seems th...
I've got a curiosity:I set up a BOT that fires when I create a new record in the ACTIVITIES table.Under certain conditions, the bot could create a new row in the ACTIVITIES table.Now according to logic I would need it to be reactivated again in this ...
Hi everyone.if I have a list ofINTERVENTIONS[ID]where each record has an associated [PRODUCT] (ref type column in the PRODUCTS table).Is it possible to obtain a list of INTERVENTIONS[ID] where there are no duplicates of [PRODUCT]?I can't use the UNIQ...
Hi everyoneI would like to understand the best method to deal with this scenario:I have these tables:FERTILIZATION PLANS (parent)INTERVENTIONS (child)INTERVENTIONS LINES (grandchild)PRODUCTSeach row of INTERVENTIONS LINES includes a product from the ...