what does Forward Only: 1, Fetch Rows: 0 in siebel logs mean?
I had a requirement to send an email when a quote is assigned to a new sales team with the Quote information. I used Outbound Communications Manager's 'ExpandText' method for substituting Quote field values in a predefined template and then SendMessage.But getting error as "This operation is not allowed when there are no records displayed". In Logs I found a query on Quote with below details
SQL Cursor with ID 1E335048 Buscomp: Quote, Forward Only: 1, Fetch Rows: 0, Fetch All Time: 0.000 seconds.
1. How Forward Only is 1 when Fetch Rows is 0?
2. Is there any alternate method to substitute dynamic field values to an email template before sending?