I'm looking to create a UDF lookup to the AR_Customer on the Lines tab of GL General Journal Entry. I haven't been able to use oUIObj.InvokeLookup with a button because it throws an error stating Object required: oUIObj. Because it's on the detail…
I'm looking to create a UDF lookup to the AR_Customer on the Lines tab of GL General Journal Entry. I haven't been able to use oUIObj.InvokeLookup with a button because it throws an error stating Object required: oUIObj. Because it's on the detail…
I'm looking to create a UDF lookup to the AR_Customer on the Lines tab of GL General Journal Entry. I haven't been able to use oUIObj.InvokeLookup with a button because it throws an error stating Object required: oUIObj. Because it's on the detail…
Trying to color the SO header customer# field if the customer type fall = specific value. I appreciate if you can help.
Ctype = ""
retVal = oBusObj.GetValue("CustomerType$", Ctype)
If Ctype = "SDIS" then
Set myUIObj = oSession…
Is there a way to make hidden columns by Transaction Entry type show in transaction types they don't typically? And be editable?
For example, the Unit Cost / Price definition in the Sage Help has this note:
"The transaction type selected in the…
Is there a way via scrip to hide a column in a DataGrid?
I've seen similar questions posed but no answer directly to this.
Example: User enters a Sales Order line item. Based on the Product Line of the Item, have certain columns show and hide others…
We have had several situations recently where recently where we are seeing that customized panels have the elements on the screen duplicated many times layered on top of each other. The number of duplications *MAY* correspond with the number of time that…
Is there a way to make the Categories in Item Maintenance a drop down instead of text entry? Thanks!
Can you copy a customized panel from one user to multiple users (not all users in a company).. I have several users in company that have their own customized panels but I need to create a panel that all users need. So I dont want to include the already…
Hi guys,
To interactively approve or cancel an entered value by a user, is there a way to make it work just in PreValidation event? I'm working in SO_SalesOrderHeader
The basic logic flow is as follows
Does anyone know if you can display the billto customer # in the main screen in customer maintenance on the sold to?
I'm trying hard to make this happen, but falling short. I need to prevent a sales order from being shipped if a certain condition is met. Ideally this would occur as soon as the sales order number is specified in shipping data entry (SalesOrderNo…
Good afternoon,
I am on Sage 100cloud Premium 2020 V 6.20.4.0.
When printing a Sales Order at the Sales Order Printing Screen, I am trying to have the Print Lot/Serial Distributions box checked automatically by default. I have Lot/Serial turned on in…
Hello everyone,
I was wondering if anyone has been able to split a sales order into two separate orders based on line information using a script. Would something like that be feasible?
Hi I am very green to Sage scripting and am having an issue with a script that previously worked but no longer works now.
I borrowed this code from and old post and this script was working for a bit. The textbox would appear with the Item code and after…
Where is the link to resources in Sage 100 2022?
I don't think this is possible in Sage 100c but I thought I'd ask.
We want to store attributes on each item. For example, various attributes could be product type, material, color, etc. For each attribute we'd want to pick its value.
Example…
Can the custom office module handle a request, where if a user choose an item from a list then the choices from the next list change based on the first selection? If I choose "A" then my choices are 1,2,3 if I choose "B" then my choices are 1,4,3? Sage…
Hello,
I am trying to capture a value when it has been deleted and store it to be used in another script. I have tried tying it to a Pre-Delete and Post-Delete event on the table storing the data, but neither are giving me anything. Can someone tell me…
Client is missing this menu in Business Insights Explorer. I can't find a way to get it back....
I have a button script that successfully changes the price level on SO Lines but the changes aren't visible in the grid until either moving to another tab and then back to Lines or closing and reopening the sales order.
Is there a way to refresh the…
Hello,
We are trying to programmatically add a line item via a button click script event in Sales Order Entry where the item code being entered has Bill Options enabled.
The canned Sage logic for Bill Option enabled items prompts the user to choose the…
We sometimes ship orders by LTL carrier. We have had issues with people signing the Bill of Lading and then finding trucking damage later. They do not get any consideration because they signed as received in good order. Our shipping manager wants each…
I am trying to determine if it's possible to update the A/R module's accounting date via script.
It appears that module dates are stored in the SY_ModuleDate table, but the table does not have an associated business object with it - to which I…
I am trying to hide tabs 3, 4, and 5 for Customer Maintenance for a specific user. I know I could set the fields on the tabs to hidden, but the user wants the entire tab to be unseen when looking at Customer Maintenance/Inquiry. I cannot delete the tabs…
Hello,
I made a field hidden on the Lines tab grid of the Purchase Order Entry panel, yet it only shows hidden for me not other users.
I made sure that the panel I made changes to was the All Companies/All Users customized panel. The only other changes…