Salvador Gimeno
Salvador Gimeno
Lately I've been adding Tooltips to some of our extensions, and I've noticed that I end up writing almost every tooltip twice: once for the list page associated to a...
I haven't check whether it just applies to nullable doubles, or to any numeric nullable (int?, decimal?, etc.), but if I have a property defined as such in a custom...
**1. Describe the bug** FilterGroup(-1) does not apply to pages. **2. To Reproduce** Add this code to the Customer List page: trigger OnOpenPage() begin Rec.FilterGroup(-1); Rec.SetRange("Country/Region Code", 'DE'); Rec.SetRange(Name, 'Relecloud');...