What is the difference between current.getTableName() and current.sys_class_name in terms of operation
Hi All, I have used both current.getTableName() and current.sys_class_name in an existing Business to perform a specific operation .I got the desired output by using current.sys_class_name ,But that did not work for current.getTableName().Please s...