Search found 1290 matches

by BobRichards
Mon Feb 27, 2023 3:46 pm
Forum: Integration Development
Topic: Task Fields on subscription
Replies: 1
Views: 2989

Re: Task Fields on subscription

Sorry. The response is hard coded and cannot be altered.
by BobRichards
Thu Feb 23, 2023 11:42 am
Forum: ReadyDoc Development
Topic: Consideration Formula for Deeds
Replies: 4
Views: 2890

Re: Consideration Formula for Deeds

Try changing the "3" to "4" to remove the extra space. <CALC TC (NumericWords({{.ConsiderationAmount}}))><CALC TC (SubString(DollarWords(DecimalPart({{.ConsiderationAmount}})), 4, 0))> CENTS (${{.ConsiderationAmount}}) In our case, the SubString function takes the input string an...
by BobRichards
Wed Feb 22, 2023 1:14 pm
Forum: Integration Development
Topic: Stealing an order using the API
Replies: 4
Views: 4577

Re: Stealing an order using the API

There is no change with respect to "stealing the order" from another user. I will pass this question to R&D to see if they can provide code to send a user a popup message. As you realize, this would not be a huge step towards your goal since the user could have stepped out for lunch an...
by BobRichards
Tue Feb 21, 2023 7:14 pm
Forum: Custom Order Rules
Topic: Recording Fee Payee
Replies: 1
Views: 2086

Re: Recording Fee Payee

The default contact for HUD section 1200 is set in the order profile. Typically it is set to the Settlement Agent. ProfilePage.png You can create a COR to change any of the fields, but what items do you want to change? Which line/charge/payee/payor do you want to override with logic for the new sett...
by BobRichards
Mon Feb 20, 2023 12:42 pm
Forum: ReadyDoc Development
Topic: Consideration Formula for Deeds
Replies: 4
Views: 2890

Re: Consideration Formula for Deeds

I do not have a way to work with the document but perhaps you can experiment with the following functions. We will use the amount of $150.22 for these examples. The WORDSC function removes the fractional dollars and prints only the whole dollar amount. {{order.SalesContract.SalesPrice WORDSC}} gener...
by BobRichards
Mon Feb 20, 2023 11:38 am
Forum: Automation Code Snippets
Topic: Automatic notification in case of failure.
Replies: 3
Views: 25862

Re: Automatic notification in case of failure.

Sorry, but there is no current way to do this. You would have to use some other method.
by BobRichards
Mon Feb 20, 2023 11:32 am
Forum: Automation Code Snippets
Topic: Is there a limit in the amount of processes that can run?
Replies: 1
Views: 4267

Re: Is there a limit in the amount of processes that can run?

There is no defined maximum number of automation processes you can define. However since the order they run in is not defined (if more than one has been triggered and determined conditions are correct to run), you need to make sure all required information is available for the action portion of the ...
by BobRichards
Mon Feb 20, 2023 11:28 am
Forum: Integration Development
Topic: New Task Status (Requested/Checklist)
Replies: 2
Views: 2871

Re: New Task Status (Requested/Checklist)

Sorry but you cannot add items to this list nor should you alter this list. The values in it reflect the values of the C# enumeration "TaskStatusType" defined in Select code. You can look up this enum in the SDK help file. The values are in the zref table only to facilitate reports looking...
by BobRichards
Thu Feb 16, 2023 12:38 pm
Forum: Integration Development
Topic: Policy Code Assignment
Replies: 2
Views: 21659

Re: Policy Code Assignment

I'm glad you found it. I was about to say I can't replicate your error and to look for leading/trailing spaces. :)
by BobRichards
Fri Feb 10, 2023 4:29 pm
Forum: General
Topic: Check if an order is locked.
Replies: 1
Views: 2950

Re: Check if an order is locked.

There is no way to determine if the order is already opened by someone that I am aware of. I have asked R&D if they have a method. I'll let you know when they report back.