Month: November 2017
why I cannot view the record from x++ (but the record is exists on table), LogisticsPostalAddress (part 2)
- Nov 21, 2017
this is part 2 of view record on LogisticsPostalAddress you can see the part 1 here when you have task to view the record using query, we can use view duplicate LogisticsPostalAddressView to LogisticsPostalAddressView2 change validTimeStateEnabled to No and use this view to get the data
Read Morehow to add days in x++
- Nov 10, 2017
this is simple code to add days in x++ TransDate transDate = 12/20/2017; ; transDate = transDate + 5; info(strFmt(“%1”, transDate));
Read Morethanks to Robert Tattersall to share the article about InventSite and LogisticsPostalAddress I’d copied here incase this article moved/deleted 5 May 2016 9:27 PM This document explains technical details for connecting Site with it’s address and contact information (e.g. phone, and email), and should help anyone who is attempting to customize existing code, or write new code, […]
Read Morewhy I cannot view the record from x++ (but the record is exists on table), LogisticsPostalAddress
- Nov 01, 2017
this is what I’ve found while playing LogisticsPostalAddress X++ query this is the first part of logisticspostaladdress, see the part 2 here I created a X++ query like this source below select LogisticsPostalAddress where LogisticsPostalAddress.RecId=5637155184 the result was 0 the problem is, the record was exists on the table, but why it is hidden on […]
Read More