API For Update the Specific column value using Alias in the Table
Hi All,
May I know how to use this API JDB_UpdateTableCol() in jde C Business Function, I couldn't find the example in jdeapi.chm file.
idJDEDBReturn = JDB_UpdateTableCols(hRequestF0030, F0030, 0, ID_F0030_UNIQUE_KEY_ID, NULL, (short)1, NULL, zDbRef.szDict, (short)1);
Thanks
Hi All,
I have created one custom C Business function, to fetch the Specific column value using ALIAS & Table primary keys. Its working fine. But I do have the requirement to update the specific column value using the ALIAS for the same table. For that I have used the API called JDB_UpdateTableCols, but its not working for me. Can you please help me how to go ahead with this requirement. Also attaching the Source code that BSFN & highlighted the Update API logic. Please correct if I was coded wrong way. Thanks!