Thank you for getting back to me so quickly! Sorry, I just want to make sure I completely understand the actions.ini file. My current actions.ini entry for my fdf_report action is this:
[fdf_report]
category="record_actions"
label="Print PDF Report"
description="Print Form"
condition="$record and $record->getURL('-action=edit_printable_report')"
url="{$record->getURL('-action=fdf_report')}&--pdf-template=ThirdTest.pdf&--single=1"
url_condition="$record"
icon="{$dataface_url}/images/print_icon.gif"
target="_blank"
order=100
where "edit_printable_report" is the action for which I have a button that I press and after which I want the "fdf_report" button to appear on the resulting page; however, the fdf_report button is still appearing on the view page instead of the edit page. Could you please let me know what I am doing incorrectly? Thank you.