Regarding getText function not Work in Child table

11 views
Skip to first unread message

Ganesh Yadav

unread,
Nov 20, 2024, 12:22:31 AM11/20/24
to Kaizen Framework

Respected Sir,

function call properly with response but not populate in field.

please help me on this issue.

getText('gt_GetSummaryDetailsofOrder','ChildNId','TotalOrderQty,TotalNoofRolls,TotalAmount','');

CREATE Procedure [dbo].[gt_GetSummaryDetailsofOrder]
        @Order_Product_Detailid VARCHAR(255),
        @SessionId varchar(255),
        @UserId int

AS
SET NOCOUNT ON;
BEGIN


select
        CTotalOrderQty TotalOrderQty,
        TotalNoOfRolls TotalNoofRolls,
        TotalOrderAmount TotalAmount
 from Order_Product_Detail with(Nolock)
 
 where Order_Product_Detailid=@Order_Product_Detailid


 END





Screenshot 2024-11-20 092033.png
Reply all
Reply to author
Forward
0 new messages