Search found 4 matches

by isgarcia@nat.com
Wed Jan 08, 2020 6:45 pm
Forum: General
Topic: Can we create multiples orders by accesing to multiples mid-tiers in parallel?
Replies: 1
Views: 1234

Can we create multiples orders by accesing to multiples mid-tiers in parallel?

Hello. I built a process to import a large amount of orders into softpro using the SDK, we have a set of mid-tiers (about 15 servers), I am wondering if I can run the import connecting to each server in paralel and create orders in each one, at the end all orders goes to the same DB, any advise on t...
by isgarcia@nat.com
Wed Jan 08, 2020 6:36 pm
Forum: General
Topic: Create a order object in memory is possible?
Replies: 3
Views: 1403

Re: Create a order object in memory is possible?

I basically want to create an order in memory and store all information in there before store it in the database.
by isgarcia@nat.com
Wed Dec 04, 2019 1:07 pm
Forum: General
Topic: Create a order object in memory is possible?
Replies: 3
Views: 1403

Create a order object in memory is possible?

it there any way to create a order purely in memory to do some testings, If I call the method: CreateOrder(specs) the order is created in softpro backend and I dont want that.
by isgarcia@nat.com
Thu Oct 31, 2019 4:06 pm
Forum: Integration Development
Topic: Create a whole order from scratch?
Replies: 1
Views: 1751

Create a whole order from scratch?

Hello. I am trying to create a new Order programmatically using C# and Visual Studio 2019 and figuring out all components I have to setup, like: - Seller - Buyers - Escrow Office / Officer - Title Office / Officer - Underwriter Since everything is dynamic is hard to find the right property to update...