Page 1 of 2 1 2 >
Topic Options
#42043 - 06/24/14 08:56 AM FX AutoRetrievals
Robert E Schwoeffermann Offline
Humble Adagio Monk

Registered: 09/09/04
Posts: 183
Loc: Portland, OR
I have a client who uses FX for consolidations from about 12 companies. Each company has dozens of departments which is constantly growing because each department represents an employee. Using the AutoRetrieval function makes them add a new department for each new employee to the SelectedDepartments= line in the AFWININI file. Is there a way to use a wild card so that all departments are brought in without specifying each individual department? The manual Retrieval works fine for them but is cumbersome to select each subcompany and folders for the 12 companies. We are trading one tedious issue with another if we use AutoRetieval.

Here is a sample of the Retrieval sections currently used:
[Retrieve1]
Database=P:\Quantum\FX Imports\SUBDATA\glglob.sub
UserID=sys
Password=sys
SelectedDepartments=252236,303169
Department=101*
ReplaceDepartment=0
AppendData=0
UseExistingBudget=0
UseExistingGroups=0
UpperCase=0
LoginPrompt=0
RetrieveAllYears=1
[Retrieve2]
Database=P:\Quantum\FX Imports\MEXDATA\glglob.mex
UserID=sys
Password=sys
SelectedDepartments=306100,306101
Department=201*
ReplaceDepartment=0
AppendData=1
UseExistingBudget=0
UseExistingGroups=0
UpperCase=0
LoginPrompt=0
RetrieveAllYears=1

etc...

Thank you for any response.
RES
_________________________
Robert E. Schwoeffermann
Ledgerwood Associates, Inc.
(503) 522-5601
LedgerwoodAssociates.com

Top
#42046 - 06/24/14 09:43 AM Re: FX AutoRetrievals [Re: Robert E Schwoeffermann]
Douglas Dickie Offline
Adagio God

Registered: 06/02/99
Posts: 4413
Loc: Vancouver, BC
Bob:

One of my clients using FX also has a database where new departments are added all of the time. We use the auto retrieve:

[Retrieve11]
Database="G:\DATA\HYSCAL\CONST\GLGLOB.CAL"
UserID="FX"
Password="FX"
Department="CALC"
AppendData=1
RetrieveAllYears=1
ReplaceDepartment=1


For your purposes I wonder if this would work (changing our setup from creating a fixed department in FX to one that should create a variable department):

[Retrieve11]
Database="G:\DATA\HYSCAL\CONST\GLGLOB.CAL"
UserID="FX"
Password="FX"
Department=CALC*
AppendData=1
RetrieveAllYears=1
ReplaceDepartment=1

We are not using 'SelectedDepartment' at all, which (I assume) means that we retrieve them all.
_________________________
Douglas Dickie
AccSys Solutions Inc
Phone: 1.888.534.4344
ddickie@accsyssolutions.com

Top
#42070 - 06/25/14 09:12 AM Re: FX AutoRetrievals [Re: Douglas Dickie]
Robert E Schwoeffermann Offline
Humble Adagio Monk

Registered: 09/09/04
Posts: 183
Loc: Portland, OR
Doug

I will test it without the SelectedDepartment and let you know my results.

RES
_________________________
Robert E. Schwoeffermann
Ledgerwood Associates, Inc.
(503) 522-5601
LedgerwoodAssociates.com

Top
#42072 - 06/25/14 10:22 AM Re: FX AutoRetrievals [Re: Robert E Schwoeffermann]
Retired_Guy Offline
Adagio Master

Registered: 03/16/99
Posts: 10504
Loc: Canada
Isn't it self-evident that "SeletedDepartment" means you want only the departments specified to be selected and that the retrieve would normally retrieve all the departments?
_________________________
Andrew Bates

Top
#42074 - 06/25/14 10:43 AM Re: FX AutoRetrievals [Re: Retired_Guy]
Douglas Dickie Offline
Adagio God

Registered: 06/02/99
Posts: 4413
Loc: Vancouver, BC
Andrew:

I think that what is not self evident is that fact that you don't need to use all of the auto retrieve options (as evident from Bob's post where is using every possible option when only a few are really required).
_________________________
Douglas Dickie
AccSys Solutions Inc
Phone: 1.888.534.4344
ddickie@accsyssolutions.com

Top
#42075 - 06/25/14 11:03 AM Re: FX AutoRetrievals [Re: Douglas Dickie]
Michael Mulrooney Offline
Adagio Virtuoso

Registered: 02/07/02
Posts: 839
Loc: Vancouver, BC
If the OPTION is NOT there then it is the same as OPTION=0

Top
#42079 - 06/25/14 12:56 PM Re: FX AutoRetrievals [Re: Michael Mulrooney]
Robert E Schwoeffermann Offline
Humble Adagio Monk

Registered: 09/09/04
Posts: 183
Loc: Portland, OR
Gang

I adjusted my autoretrievals in the AFWININI file by eliminated the SelectedDepartment option. I got the result as Andrew indicated of all accounts and departments from the respective GL datasets with the proper assigned prefix. I think I asked tech support about a year ago about using a wild card with the SelectedDepartment option but they said no it would not do what I wanted. They did not tell me that eliminating it or giving the option =0 would do what I wanted.

It was not self evident that I could remove the command option. I thought that since it was there I had to use it.

I think this will make my client very happy.

Thanks,

RES
_________________________
Robert E. Schwoeffermann
Ledgerwood Associates, Inc.
(503) 522-5601
LedgerwoodAssociates.com

Top
#42081 - 06/25/14 01:01 PM Re: FX AutoRetrievals [Re: Robert E Schwoeffermann]
Retired_Guy Offline
Adagio Master

Registered: 03/16/99
Posts: 10504
Loc: Canada
That's what we're looking for - happy clients!
_________________________
Andrew Bates

Top
#42098 - 06/26/14 11:00 AM Re: FX AutoRetrievals [Re: Retired_Guy]
Robert E Schwoeffermann Offline
Humble Adagio Monk

Registered: 09/09/04
Posts: 183
Loc: Portland, OR
Gang

Final results were tested today and the auto retrieve worked perfectly for the client. Thank all of you for your help.

My next question is there a document explaining the Retrieve options and how or when to use them?

Thanks,

RES
_________________________
Robert E. Schwoeffermann
Ledgerwood Associates, Inc.
(503) 522-5601
LedgerwoodAssociates.com

Top
#42100 - 06/26/14 11:15 AM Re: FX AutoRetrievals [Re: Retired_Guy]
Robert E Schwoeffermann Offline
Humble Adagio Monk

Registered: 09/09/04
Posts: 183
Loc: Portland, OR
Gang

Final results were tested today and the auto retrieve worked perfectly for the client. Thank all of you for your help.

My next question is there a document explaining the Retrieve options and how or when to use them?

Thanks,

RES
_________________________
Robert E. Schwoeffermann
Ledgerwood Associates, Inc.
(503) 522-5601
LedgerwoodAssociates.com

Top
Page 1 of 2 1 2 >


Moderator:  Christa_Meissner 
Who's Online
1 registered (AudreyQuick), 62 Guests and 0 Spiders online.
Key: Admin, Global Mod, Mod
Forum Stats
1865 Members
5 Forums
14458 Topics
70634 Posts

Max Online: 432 @ 01/20/25 10:17 PM
April
Su M Tu W Th F Sa
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30