It is all customer from, we have added category and subcategory field on custable form datasource, now as we select a value in subsegment id the value in category should change to blank. needed complete code for that . Thankyou !!
As Martin suggested, extend the table and on ModifiedField() extension write the code. for getting the code you can refer some standard method code like InventTable and use COC to write your code. So whats the blockage for you here?
Where exactly did you get stuck? According to your previous thread, you already know how to assign an empty string to a field.
Do you know how to create an extension class? How to extend a method? How to see code in modifiedField(), so you can follow the same logic in your method? What code have you written so far?
can you give the complete code it aint working , stucked on it
It's eary - create a CoC extrension of modifiedField() method of CustTable and assign '' to category if subsegment ID changes (and has a value, I suppose).
André Arnaud de Cal...
292,031
Super User 2025 Season 1
Martin Dráb
230,868
Most Valuable Professional
nmaenpaa
101,156