Search found 6 matches

by codvisor
Thu Dec 29, 2022 3:07 am
Forum: Custom Order Rules
Topic: PropertyID GUID
Replies: 1
Views: 1999

PropertyID GUID

Hi,

We want to update the Escrow Legal field of a specific Property through SDK. We already implemented that, but we need to provide the specific PropertyID GUID.
Where do I find the PropertyID GUID in the DB? Where should I search for it and get that data?

Many Thanks!
by codvisor
Mon Dec 05, 2022 2:43 pm
Forum: Automation Code Snippets
Topic: Adding a new property triggering
Replies: 1
Views: 3656

Adding a new property triggering

Hi, I am trying to achieve the following: Each time a new property is added and the escrow brief legal field contains the words "special", a new note should appear with the state for that property. In that case, how can we know that a new property was added? and how can we achieve the abov...
by codvisor
Tue Nov 22, 2022 10:18 am
Forum: Automation Code Snippets
Topic: Retrieving the value of a custom field
Replies: 2
Views: 3643

Re: Retrieving the value of a custom field

Perfect!
Many thanks
by codvisor
Wed Nov 16, 2022 5:20 am
Forum: Automation Code Snippets
Topic: Retrieving the value of a custom field
Replies: 2
Views: 3643

Retrieving the value of a custom field

Hi,

I have a custom field in the Order context which is a List of values type.
How can I get the value of this custom field via code snippet?
The code snippet is triggered when a file is saved / closed.

Many thanks !!
by codvisor
Mon Nov 14, 2022 11:27 am
Forum: Automation Code Snippets
Topic: Call a webhook from Code snippet
Replies: 2
Views: 622

Re: Call a webhook from Code snippet

Thanks!
by codvisor
Wed Nov 09, 2022 1:05 pm
Forum: Automation Code Snippets
Topic: Call a webhook from Code snippet
Replies: 2
Views: 622

Call a webhook from Code snippet

Hi, Quite new to code snippets. I am trying to call a webhook (for example: "https://hook.mine.com/fsgbeugber") and transfer specific data when an order is saved. I used regular python libraries but it failed. (getting an error of Unable to acquire lock on context 'Ordername') The code is ...