Hi,
I want to visible this group, how can I do through code in form extension ?
Thanks
*This post is locked for comments
I have the same question (0)

Hi,
I want to visible this group, how can I do through code in form extension ?
Thanks
*This post is locked for comments
I have the same question (0)It is my event handler
[FormDataSourceEventHandler(formDataSourceStr(InventJournalCreate, InventJournalTable), FormDataSourceEventType::Activated)]
public static void InventJournalTable_OnActivated(FormDataSource sender, FormDataSourceEventArgs e)
{
}