X++ Get Start Date and End Date of Month
Use following methods to get Month Start Date and Month End Date. Pass any date of month in parameter. Month Start Date : TransDate dateInMonth=today(); TransDate firstDateOfMonth; ; firstDateOfMonth = DateStartMth(dateInMonth); Month End Date : TransDate dateInMonth=today(); TransDate endDateOfMonth; ; endDateOfMonth= endmth(dateInMonth);
In D365 it can be caused by a property at the menuItem.
ReplyDeleteIf the property Copy Caller Query is enabled the error will occour when you use the hyperlink
Thanks..issue solved
Delete