Thomas Lambert
Thomas Lambert
well it is an int but the docs for create contact says categoryid is a string. ( https://docs.developer.elliemae.com/reference#create-contact-business) they really need to update that :) On Thu, Oct 29, 2020...
Employment.cs private DirtyValue? _monthlyIncomeAmount; public decimal? MonthlyIncomeAmount { get => _monthlyIncomeAmount; set => SetField(ref _monthlyIncomeAmount, value); } ReoProperty.cs private DirtyValue? _purchasePrice; public decimal? PurchasePrice { get => _purchasePrice; set =>...
This is what I use. We have not gone to the new document viewer which I heard you need the v3 api's and this component doesn't support it ExportAttachmentsJob j...
Its with a section break - 1st page has a different header/footer than the rest of the document. It does work fine with one header/footer though. On Wed, Aug 23,...