cancel
Showing results for 
Search instead for 
Did you mean: 

Retrieve schedule information for import to excel

AntBar
Level 5
Hi,

What's the best way to retrieve schedule information for each policy ? I'd like to have excel sheet to view when I can schedule new policy.

That's possible ?

thx
3 REPLIES 3

Stumpr2
Level 6
bppllist <policyname> -U will show you the schedules in human readable form
bppllist <policyname> -l will give you some raw data that could be used for an excel macro
 
 

Omar_Villa
Level 6
Employee
You can get all the policy info with this commands
 
bpplinfo <pol> -U
bpplsched <pol> -U
bpplinclude <pol> -U
bpplclients <pol> -U
 
 
Hope this helps.
Regards.

AntBar
Level 5
Thank's you. I've realized a vbs script to retrieve these information. I'm trying to retrieve both client name and policy name...