Secured Loans - Loans - Mortgage - Home Loan - Car Insurance

PDA

View Full Version : Requests


mcolvin
May 15th 2004, 9:49 pm
Not sure if these got filtered out in your e-mail :) , but I haven't seen any responses in a couple weeks...So, here's my two most recent requests:

From a thread back a couple years:

http://www.digitalpoint.com/lists/59534.html

How do I export this info? I can find the employee login and employee ID fields under different areas of the export section, but none of them seem to be what I’m looking for…

I’d like to create a list of employee ID’s and the matching Employee name…I'm not partial to how I get it, either via a web page or export...

Any ideas?

Also...

Would it be possible to have some type of server action available for
pre-hold accounts? IE ones that are past due, but not yet to the "On Hold"
status. This would be useful for populating an external database for
proactive debt collection, prior to the account actually getting placed on
hold and service being interrupted...I can think of a few other things it
would be useful for also...


Thanks!

Mike

digitalpoint
May 15th 2004, 10:17 pm
Not sure if these got filtered out in your e-mail :) , but I haven't seen any responses in a couple weeks...So, here's my two most recent requests:

From a thread back a couple years:

http://www.digitalpoint.com/lists/59534.html

How do I export this info? I can find the employee login and employee ID fields under different areas of the export section, but none of them seem to be what I’m looking for…

I’d like to create a list of employee ID’s and the matching Employee name…I'm not partial to how I get it, either via a web page or export...

Any ideas?
There is no native export function for employees, so you probably would need to pull it with a request (XML for example). The fields you would want are:

From Security_.fp5:
Employee ID
Employee Name




Also...

Would it be possible to have some type of server action available for
pre-hold accounts? IE ones that are past due, but not yet to the "On Hold"
status. This would be useful for populating an external database for
proactive debt collection, prior to the account actually getting placed on
hold and service being interrupted...I can think of a few other things it
would be useful for also...
Sorry, probably not going to happen. You could query for them externally if you wanted though.

- Shawn