Jump to content

This topic is 7900 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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?

Posted

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

Posted

[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]

Posted

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?

This topic is 7900 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.