A
A.Karim
Most of the API Methods like ProjectsStatus and ProjectCodeValues can not
specify parameters “specific fieldsâ€. So, by calling one of them, the
returning XML text is very huge. And the PDS would be very slow.
I thought of building a method. But this requires calling a (USER MADE)
stored procedure which reads from a (USER MADE) view, built by joining some
tables.
This means direct access to the database (just like SQL statements) which is
not recommended by Microsoft.
So, how can I minimize the delay of processing and being on the save side as
what Microsoft recommend.
Thanks in Advanced,
specify parameters “specific fieldsâ€. So, by calling one of them, the
returning XML text is very huge. And the PDS would be very slow.
I thought of building a method. But this requires calling a (USER MADE)
stored procedure which reads from a (USER MADE) view, built by joining some
tables.
This means direct access to the database (just like SQL statements) which is
not recommended by Microsoft.
So, how can I minimize the delay of processing and being on the save side as
what Microsoft recommend.
Thanks in Advanced,