baan98
22nd March 2006, 07:15
Hello,

What is AFS ? how to use ? what is the purpose of using AFS?

please advice.

mark_h
22nd March 2006, 15:23
See the attachment on the sticky thread at the top of this forum. This will give a better understanding of AFS.

There are several reasons to use AFS. The first is to automate the process of loading a large number of records. For example: Maybe your users want to move all items in one warehouse to another. You can write a function server to run the inventory transaction session for all the records. No user input and it is just like running the session manually for each part.

The second reason is to "automate" processes. For example: You can automate the pick process. Instead of the users having to run each of the sessions manually you can create one session(asking for the fewest number of fields) to run all the sessions for the user. This reduces is a time saving measure for the customers. We have automated - receipts, picking, yielding, BOM Creation, inventory transfers(bin to bins, gains losses), production order completion. There are other process that I have that use function servers.