Good Morning.
I have a form where budget information is loaded, in the table where the form takes I have a method:
public display BudgetControlSourceIntegrator sourceDocument_1 ()
{
return BudgetSource :: find (this.BudgetSource) .BudgetControlSourceIntegrator;
}
That method returns me in the form (Source Column - Attached Image) the description of a Base enums, eg Budget record entries
, Diaries, Vendor invoices, etc; what I was unable to do is delete records in that table based on that enums base, eg delete "Journals".
Can you help me?Imagen.docx