GenerateLabelData_Custom Stored Procedure

<< Click to Display Table of Contents >>

Navigation:  iVend Database Database > Stored Procedures >

GenerateLabelData_Custom Stored Procedure

Navigation: iVend Database Database > Stored Procedures >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

iVend 6.6 Database Help

GenerateLabelData_Custom Stored Procedure

Collapse All Expand All

iVend Database Database : GenerateLabelData_Custom Stored Procedure

Properties

Creation Date

7/20/2016 11:39 AM

Encrypted

dbimages_boolean-false

Ansi Nulls

dbimages_boolean-true

Parameters

Parameter

Direction

Description

Data Type

Size

@RETURN_VALUE

Return Value

 

Integer

4

Objects that depend on GenerateLabelData_Custom

 

Database Object

Object Type

Description

Dep Level

CustomeLabelReport procedure

CustomeLabelReport

Stored Procedure

 

2

GenerateLabelData procedure

GenerateLabelData

Stored Procedure

Generates label data depending on the parameter specified

1

Procedure Source Code

-- =============================================

-- Author:  CitiXsys

-- Create date: 7/20/2016

-- Description: This will allow user to customize the logic for the label printing. The temp table created in the GenerateLabelData is avaiable which can be modified by the custom code in this procedure

-- =============================================

CREATE PROCEDURE [dbo].[GenerateLabelData_Custom]

AS

BEGIN

SET NOCOUNT ON; --Please do not remove this line

  --select * From #tmp_LabelPrinting --this is how you can access the information from label printing

END

See Also

Related Objects

iVend Database Database

 

 


© 2019 All Rights Reserved.

Send comments on this topic.