Dbo.ufnGetAccountingStartDate (function)
wikibot
function | dbo.ufnGetAccountingStartDate |
CREATE FUNCTION [dbo].[ufnGetAccountingStartDate]() RETURNS [datetime] AS BEGIN RETURN CONVERT(datetime, '20030701', 112); END;
automatically generated
function | dbo.ufnGetAccountingStartDate |
Description | Scalar function used in the uSalesOrderHeader trigger to set the ending account date. |
CREATE FUNCTION [dbo].[ufnGetAccountingStartDate]() RETURNS [datetime] AS BEGIN RETURN CONVERT(datetime, '20030701', 112); END;
Referencing Object | Object Type | Reference Type |
Sales.SalesOrderHeader | Table | Execute |