I’M sorry if the question has already been asked, but here I go.
I created a UD field name UD_MetalSheetNumber_c in the SugPODtl table. its value is set by a data directive, as it is a calculation on the RelQty field.
It correctly is added in the dataview in application studio and correctly displays in the new suggestions grid in the PO suggestions screen.
My problem is, this column is read only, and I want the user to be able to change that field, which would in turn change the RelQty with the data directive.
Any idea why is that ? I simply added a column like this in the application studio
There is a row rule that is disabling rows, EXCEPT certain columns. Unless your UD column is added to that list, it may be disabled by default. To test this theory, I’m assuming you’ll need to create a new data rule by copying this base rule and adding your UD column to the exception list.
Not sure if it will override the base rule by default when you copy them? I’ve never done that step.
I was thinking that too, except the base grid is not marked editable… and none of the columns which you CAN change (Buyer, VendorID, etc.) are marked as editable either.
Can’t say I understand why anything in that grid is editable if the grid itself is not checked as editable. But, just add it to the list of things I don’t understand about App Studio settings!
But, that’s why I started combing through the row rules to see if they were disabling columns there. But… can’t say for sure.
I found by that forceully setting “Transview.SliderDetails” to true it enables the field…so it really was the rule.
By copying the rule and add the exception for the UD field, ti doesn’t invalidate the previous rule. it ADDS the new one on top of the first, not invalidating the previous one.