Moniker Navigation Fragment options

Discussions related to SoftPro Select user interface development.

Moderator: Phil Barton

Post Reply
JDavis
Posts: 97
Joined: Mon Sep 22, 2008 5:10 pm

Moniker Navigation Fragment options

Post by JDavis »

When using the moniker and fragment below, are there any other options to add to the fragment? Such as a parameter to navigate to a specific field code or screen when the order is loaded?

sp-select://./ordertracking/order?id=fc09eb99-a730-e511-828a-0002723f83ef
BobRichards
Posts: 1376
Joined: Wed Jan 15, 2014 3:50 pm
Location: Raleigh, NC
Contact:

Re: Moniker Navigation Fragment options

Post by BobRichards »

No.
Bob Richards, Senior Software Developer, SoftPro
JDavis
Posts: 97
Joined: Mon Sep 22, 2008 5:10 pm

Re: Moniker Navigation Fragment options

Post by JDavis »

I'm sorry, but I think you are mistaken. I was able to use the following fragment and it works - this particular one will open the order, navigate to a Buyer contact, and set the cursor at the Name field.

select.exe "sp-select://./ordertracking/order?id=8ede70de-6223-e611-94a0-0050568d543b#target=hotspot&contextid=01e270de-6223-e611-94a0-0050568d543b&dataitem=Name"

I was able to get this moniker from some of our client code:

OT.OrderUri moniker = new OT.OrderUri(OT.OrderKind.Order, OT.OrderNavigationTarget.Hotspot, Order.Identifier, buyer.Guid, "Name");
BobRichards
Posts: 1376
Joined: Wed Jan 15, 2014 3:50 pm
Location: Raleigh, NC
Contact:

Re: Moniker Navigation Fragment options

Post by BobRichards »

Indeed I am and was told so earlier. I was trying to put together a fragment to demonstrate, but you beat me to it. Thanks!
Bob Richards, Senior Software Developer, SoftPro
Post Reply