June 16, 200322 yr Hi How can I use [inline] instead of [portal] ?? I tried : [fmp-inlineaction:-db=units_history.fp5,-lay=main,sys_id_dummy={fmp-field:reservations::id},-max=all,-find] [fmp-record] [fmp-field:unit_id] [/fmp-record] [/fmp-inlinneaction] But it is not working... any ideas?
June 16, 200322 yr Hi, that looks like an inline that should work. This one: [FMP-InlineAction:-DB=knowledgeshare,type="top_tip_external",-sortfield=recordnumber,-sortorder=descending,-max="6",-Find] [FMP-RECORD] [FMP-FIELD:title] [/FMP-RECORD][/FMP-InlineAction] ....which is very similar works for me. The only difference I can see is that I have the search criteria in quotes. The way you have the embedded field in your code looks right, too. Your field "reservations::id" would have to be on the layout of the database that is called for the main page, not the inline action. Try testing this by adding it to your page as a text field outside the inline code and checking that it shows up. regards, jeff
June 16, 200322 yr [fmp-inlineaction:-db=units_history.fp5,-lay=main,sys_id_dummy="{fmp-field:reservations::id}",-max=all,-find] [fmp-record] [fmp-field:unit_id] [/fmp-record] [/fmp-inlinneaction]
June 17, 200322 yr Author Ok... I found the problem, but I got a new one... I have the following [fmp-inlineaction:-db=units_history.fp5,-lay=main,sys_id_dummy={fmp-field:reservations::id},-max=all,-find] [fmp-record] <input type=text name="inventory::comments" value="[FMP-Field: inventory::comments ]" size=20 maxlength=51> [/fmp-record] [/fmp-inlinneaction] When I try to edit I get that the reply page is not found... But when I change the CDML input tag to a [fmp-field] tag then the reply page is suddenly avaliable.... Any ideas?
Create an account or sign in to comment