You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there,
I want load table with criteria, so I modify my BaseArAp.ts like this
`
namespace wCore.HRMS {
export class BaseArApGrid extends Common.GridEditor<BaseArApRow, any> {
protected getColumnsKey() { return 'HRMS.BaseArAp'; }
protected getDialogType() { return BaseArApDialog; }
protected getIdProperty() { return BaseArApRow.idProperty; }
protected getLocalTextPrefix() { return BaseArApRow.localTextPrefix; }
protected getService() { return BaseArApService.baseUrl; }
}`
But, if I run this project, I got an error like this
IsReceivable is a boolean/bit and I want to load
IsReceivable == true only
How to fix it?
Thanks & Regards,
Hari Setyawan
Beta Was this translation helpful? Give feedback.
All reactions