How big is your biggest function?

Hi all, I am working a side project and need some statistical inputs.

How large is your largest function library?
Export it to file and give me the size.

I havent broke 100kb yet.

@klincecum I know you got a function library or two :smiley:

4 Likes

It’s not the size of the function, it’s how you use it…

6 Likes

Chris Hardwick Reaction GIF by Comedy Central

Same. The biggest one I have is 72kb.

1 Like

Weak.

7 Likes

:rofl: I just knew someone was going to say it

There are 35 functions in this library…

8 Likes

I think it was staged. :face_with_hand_over_mouth:

Feeling very inadequate at this point…

image

4 Likes

Thanks for the input. I think (hope) @danvoss wins this one.

Feel free to keep adding your largest, just so we can get a sense of the averages.

2 Likes

I’ll have to check, but I think my biggest is 330KB 508KB.

A few more examples… maybe we win for the smallest…?

1 Like

Our 2 main libraries are 200K and 243K, 32 and 49 functions respectively…

How would one export this? New to this side of Epicor.

Side question:

How MANY function libraries do you have? Because of the Promote/Demote methodology, there are times when they are not available. Putting everything into one library might be disruptive. Having too many libraries can get unwieldy as well.

Thoughts?

1 Like

It’s an operation under the Action menu.

image

2 Likes

I have 9 libraries in production. In general, my libraries are organized by purpose.

1 Like

So far, I only setup libraries as I need a new function. Unless the functions share the same datasets, I just make a new library for each function. This way I can promote/demote individual functions without breaking the others. I also only have 2 libraries in use, so we don’t use them very extensively yet.

2 Likes

I think the “right” way is to use solution tracking, but I hate that tool. For function libraries, open Functions Maintenance, load your library, then click Actions > Export Library. Import one the same way!

Great question. I have about 10. They are separated-ish by concern but not well. I find the disruption to update a single lib with multiple affects is still more palatable that juggling umpteen libraries, migration pains, code change pains, etc. Pick your poison i guess.

1 Like