Action link in report
We are using the Asset object for Sales Orders. We have a related section in the account for sales orders, but would like to embed a sales order report with the ability to drill into the sales order from the account. To date we haven't been able to get the action link to work. The format code I'm using is:
@[html]<a href="/OnDemand/user/AssetDetail? OMTGT=AssetDetailForm&AssetDetailForm.Id="@ target="_top">"Sales Order"</a>
Currently when I drill into the link I'm receiving "Form Error: No record available". Any ideas on what the format code should be would be very appreciated.