Custom Button in Reports |
1/23/2026 18:58:48 | |
| PHPRunner General questions | ||
|
C
chandoshi authorDevClub member
I added a Custom Button with following code for "Client Before" to open an Edit Screen in popup. This works fine in a list view. var pkeys = row.getFieldValue("fkJobId"); |
||
|
|
ChatGPT 1/23/2026 |
|
The issue you're encountering with Potential Reasons and Solutions:
Example Debugging Code:You could modify your code temporarily to include some debugging information, like so:
|
|
|
|
Sergey Kornilov admin 1/27/2026 |
|
Reports are a special kind of creatures and every single line in reports can be an aggregated value coming from multiple database records. This is why the kind of functionality you looking for is not available in reports and in this specific situation you need to use a regular table. |
|