former_member724095
Explorer
Member since ‎01-12-2021

User Statistics

  • 25 Posts
  • 0 Solutions
  • 4 Kudos given
  • 0 Kudos received

User Activity

Hi, I'm getting a data from another database(TESTDB) using a query recordset("SELECT T0.[AbsEntry], T1.[FiProject] FROM TESTDB.dbo.OTSH T0 inner join TESTDB.dbo.TSH1 T1 on T0.[AbsEntry] = T1.AbsEntry") in "TEST2DB" database. Now, I want to update a...
Hi, I have created a form. In that, I want to show matrix & it's columns based on combo box values. Like in sales order form, There is a field Item/Service & by default Item value is there & it's related columns we can see. So, When we select servi...
Hi, I want to update a UDF which in UDO at line level. I have used update query in SDK & it's working fine. (But I learnt that It's not recommended ) 1.I want to know why cz I'm not getting any error? 2. If I'm trying to use general services I...
Hi, I have a CFL to UDF. I'm trying to get Item Group name in another field. I'm using txtIgrp.String = dt.GetValue("ItmsGrpCod", 0).ToString(); this line to get item group name in CFL after event. but I want to get name of item group like "Raw ...
Hi, I have a field in header of UDO form which contains parent DocNum. If I click on linked button correct document should be open. How can I achieve this? parent DocNum field contains document numbers of all forms like sales order, delivery. for ...