I’m trying to add a currently existing tables to a screen as a new DAC. I’ve got it added in the code tab, but it is still not appearing as a option to add its fields.


I’m trying to add a currently existing tables to a screen as a new DAC. I’ve got it added in the code tab, but it is still not appearing as a option to add its fields.


Best answer by aiwan
Hi
Acumatica use BQL, this can be split into traditional, which is what
public SelectFrom<NPDStakeholder>.
Where<NPDStakeholder.projectNo.IsEqual<NPDHeader.projectNo.FromCurrent>.
And<NPDStakeholder.productTitle.IsEqual<NPDHeader.productTitle.FromCurrent>>>.View Stakeholders;
I recommend you start with the T-series open university courses, they will be of great help.
Aleks
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.