Conditional Help without using build tags?

I am not a real technical person, so if I mess up on my
explanation - Sorry!. We have a one software package that can be
used 2 different ways depending on a system configuration. I
suggested using conditional build tags in order to have the correct
help files populate for the 2 different configurations. Howver,
they do not want 2 different help files. They want one help file,
but want it to pull different help topics depending on they system
configuration - kind of dynamically. So, for software 1a, only pull
10 topics, and software 1b, pull those 10 topics, plus an
additional 2...but all out of the same help file. Is that even
possible?

Welcome to the community.
Which output are you producing? If CHM, someone else will
have to address that. But for WebHelp, the system developers are
going to have to do some work here either way. For the scenario
where you have only one set of help files, you could put the 10 in
one subfolder within the help folder and the other 2 in a separate
subfolder. The developers (or web admin) could restrict permission
to the subfolder containing the 2 files based on the user's
configuration.
The problem with not using conditional tags is that if you
want those 2 topics in your TOC or index, they'll show up whether
the user has rights to see them or not. You'd have to be careful
not to link between the 10 files and the other 2; otherwise, the
user who has rights to just the 10 will get permission errors if
trying to follow a link to the 2. And I imagine that results for
the 2 will show up in search results no matter who is doing the
searching.
If you've got only 12 topics in your project, the cost
doesn't seem very high to use conditional tags and have two sets of
help output, but that's just my opinion.
Hope this helps,
Ben

Similar Messages

  • Alv field with f4 help without using class

    Hi,
    Can any one give me a program of "Alv field with f4 help without using class".
    Thanking you in advance.

    hi
    <b>Linking F4 Help to Fields</b>
    For the last section, we will deal with linking F4 help to fields. It is easy. As usual, define, implement and register the event “onf4” at proper places in your code. For F4 help, you must register the fields whose F4 request will trigger the “onf4” event. For this you must prepare a table of type “LVC_T_F4” and register this table using the method “register_f4_for_fields”. While preparing table you must include a line for each field which will trigger F4 event. For each field in the structure;
    &#1048766; Pass the fieldname to ‘FIELDNAME’
    &#1048766; Set ‘REGISTER’ to make the field registered,
    &#1048766; Set ‘GETBEFORE’ to provide field content transport before F4 in editable mode
    &#1048766; Set ‘CHNGEAFTER’ to make the data changed after F4 in editable mode.
    DATA: lt_f4 TYPE lvc_t_f4 WITH HEADER LINE .
    lt_f4-fieldname = 'PRICE'.
    lt_f4-register = 'X' .
    lt_f4-getbefore = 'X' .
    APPEND lt_f4 .
    CALL METHOD gr_alvgrid->register_f4_for_fields
    EXPORTING
    it_f4 = lt_f4[] .
    Preparing table for the fields to be registered to trigger F4 event
    METHOD handle_on_f4 .
    PERFORM f4_help USING e_fieldname es_row_no .
    er_event_data->m_event_handled = 'X' .
    ENDMETHOD .
    A sample “onf4” method implementation
    Again, we set the attribute “er_event_data->m_event_handled” to prevent further processing of standard F4 help.
    regards
    Ravish
    <b>
    reward if useful</b>

  • Creating context-sensitive HTML Help without using Map #s

    I am uisng RH 8 and am producing a compiled HTML Help file.
    I am wondering if there is another way to call a topic from our application without using the MAP numbers in RH.
    The developer would like to use the MAP ID (string) instead.
    Is there a way to do this?
    Please let me know.
    Thanks.

    Your points are valid but there are also situations when urls are an excellent method.
    For some projects our developers name fields and we have a method of identifying the name applied. We use that as our filename. By that means they know what the help file will be and can create the call before the topic exists and we don't have to maintain map ids for those projects. If we should fail to create the topic, the call has the logic to go to a higher level.
    I wouldn't advise using map ids or urls, I would say understand how both work, their pros and cons, and then decide what works for the project.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • F4-Help without using a table search help

    Hi,
    We´re using CRM 2007 and I have created several F4-Helps for different fields on the webui.
    There it was always necessary to use an existing table search help in the GET_V-method:
    CREATE OBJECT rv_valuehelp_descriptor
        TYPE
          cl_bsp_wd_valuehelp_f4descr
        EXPORTING
          iv_help_id                  = lv_help_id   "search help name
          iv_help_id_kind             = if_bsp_wd_valuehelp_f4descr=>help_id_kind_name
          iv_input_mapping            = lt_inmap
          iv_output_mapping           = lt_outmap
          iv_trigger_submit           = abap_true.
    But how can I create a f4-help without an existing search help. I have an internal table that I want to be shown like an f4-help (not as dropdown -> a dropdown-field wouldn´t be a problem).
    Structure of the internal table: COML_PROD_CAT_REL_F4
    Thanx for help.
    Greetings,
    Sven
    Edited by: Sven Keller on Aug 13, 2008 4:26 PM

    Hi Sven,
    you already pasted the correct call for creating a value help. Now what you have to alter is the variable lv_help_id to reflect a F4-Valuehelp class.
          CREATE OBJECT rv_valuehelp_descriptor TYPE cl_bsp_wd_valuehelp_f4descr
            EXPORTING
              iv_help_id        = '(CL_CRM_UIU_BP_IDTYPE_2_F4)' "#EC NOTEXT
              iv_help_id_kind   = if_bsp_wd_valuehelp_f4descr=>help_id_kind_comp
              iv_input_mapping  = lt_inmap
              iv_output_mapping = lt_outmap.
    As you can see CL_CRM_UIU_BP_IDTYPE_2_F4 is a normal ABAP class implementing interface IF_BSP_WD_CUSTOM_F4_CALLBACK. Please take a look at it.
    It should not be very hard to implement the single method
    cheers Carsten

  • Using ip-helper without using DHCP functionality

    Hello,
    I am fairly new to Cisco, and am after a bit of help.
    My scenario:
    We have a new domain setup on a new VLAN (3), seperate from our current infrastructure VLAN (2).
    The new domain controllers provide DHCP for our new servers, and I would also like them to handle DHCP for wireless clients.
    We have one DHCP scope 10.0.0.0 255.255.0.0, and I would like to assign all wireless clients an IP in the 10.0.6.0 range.
    My thinking on the best way to do this, is with a DHCP policy, that looks at the relay agent information.
    I would then set the ip-helper address, on the port the wireless access point is connected to on the Cisco, to point to the DHCP server.
    Then for that same port, I would seb a subscriber id in the relay agent information, and use this string to set the IP assigned to that device.
    Looking into doing this, it seems the Ciscos DHCP functionality has to be turned on in order to use ip-helper.
    In my config, I cannot tell if DHCP is enabled or not, I can see neither "service dhcp", nor "no service dhcp" in the config.
    Assuming I were to turn it on using "service dhcp", can I then leave the actual functionality turned off? i.e. turn on the DHCP service, but not have it assign IP addresses?
    Also, does turning it on cause any downtime or disruption?
    I think I have to run these commands:
    conf t
    service dhcp
    interface GigabitEthernet2/40
    Ip helper-address 10.0.0.1
    Ip dhcp relay information option-insert
    Ip dhcp relay information option subscriber-id “wireless”
    I know these are probably simple questions, so please forgive my ignorance.
    James

    Ok here goes.
    On my domain controller/DHCP server, I have a scope setup of 10.0.0.0 255.255.0.0, and is set with an IP range of 10.0.0.1 - 10.0.6.253
    I have various reservations in place, and a working policy to assign thin clients an IP of 10.0.2.X based on their MAC address.
    I have then created a second policy, that should be assigning IPs in the 10.0.6.0 range, based on relay agent information, subscriber ID. This is a HEX value, so whatever string I enter on the Cisco, has to be converted to HEX.
    This DHCP server is on the same VLAN 3. The VLAN interface on the Cisco has IP of 10.0.0.254 255.255.0.0
    The wireless clients are getting IP addresses, but not within the range specified by the policy, so they are getting any address between 10.0.0.1 and 10.0.6.253 that is not already in use.
    Image 1 shows the vlan interface, where I have set the helper address, relay information option-insert, and subscriber id of "wireless".
    Image 2 shows the config on the port that my access point is connected to.
    Image 3 shows the value of the policy on the DHCP server, based on subscriber ID
    Image 4 shows the string "wireless" converted to HEX
    Image 5 shows the IP range that the policy should be using
    Image 6 shows "Edss-iPhone" as have an IP not within the correct range
    Hopefully that helps.

  • Pretagging text with ID styles without using XML tags

    I just wanna pretag some text with ID styles, such that when I place the text, it joins the layout already formatted.
    But how? Can I do this without drinking from the XML cup?
    Thx.

    Many thanks for your reply.<br /><br />When I export tagged copy (either verbose or abbreviated methods), the resulting text document is complex -- all kinds of coding. Yet, when placed back into ID, it appears correctly formatted.<br /><br />But my attempts to pretag new text with, say, <ParaStyle:New subsubcat> (one of the exported tags), brings in the tag itself, not correctly formatted new text. What to do?<br /><br />I was unable to locate the PDF document about tagged text that you referenced. My upgrades are downloads, not discs.<br />Any further suggestions on where to find the PDF document.<br /><br />Thanks again.

  • Conditional Build Tags cause RH9 AIRHelp crash

    I have seen multiple posts about system crashes when using RoboHelp HTML and conditional build tags.  Is anyone having the same problem using build tags with RH9 and AIR Help output?  I have tried different combinations of build tags, a single build tag, as well as different project topics.  All cause RoboHelp 9 to crash when generating AIR Help.  Any suggestions?  Is this a reported bug?

    Hi there, this sounds somewhat like the issue I have with generating WebHelp, which I've posted here: http://forums.adobe.com/message/3813225#3813225
    I can't seem to find other posts that relate to this, and you mentioned other posts at the start of yours. Can you reply with links? I would appreciate your time.
    Thanks,
    Michelle

  • Apply Conditional Build tag to Browse Sequence

    Hi Everyone-
    I'm trying to control 6 conditional builds in one project. I
    have 6 working indexes and TOCs using build tags. I was wondering
    if there was a way to apply tags or somehow conditionalize the
    browse sequences. I'm running RH7.
    Thanks in advance!
    Wendy

    Hi Wendy:
    It seems you are having the same problem that I did. I have
    different User Guides however some of the Guides may have the same
    procedure. I was trying to setup the search so only one of the
    topics would return on the search and not 3 of them. I found
    something that actually had to do with RoboHelp x3 but I applied it
    to RoboHelp x5, where you need to do the following.
    Create build TAG1 - this is for the ones you do not want
    search to return.
    Create build TAG2 - this is for the ones you do want the
    search to return.
    Apply the tags accordingly to each procedure accordingly.
    Make copies of the following files in the WebHelp directorys
    just incase:
    Folder WHDATA:
    whftdata0.htm
    whwdata0.htm
    Folder WHXDATA:
    whftdata0.xml
    whfwdata0.xml
    Folder WHGDATA
    whlstf0.htm
    GENERATE PRIMARY LAYOUT (This should be set to Webhelp)
    1. Define the Conditional Build Expressioin to exclude topics
    that are not wanted in the search:
    A. Click the Define button.
    This wil bring up the Define Conditional Build Tag
    Expression dialog.
    B. Click the Advance button.
    C. Click the Not button.
    D. Select TAG1 from the drop-down list of Available
    Conditional Build Tags.
    E. Click the Add Tag button.
    F. Click OK
    G. Select your WebHelp Options, and then click Finish.
    When you pull up your test or Dev site and perform a search
    you should only come up with one topic. I just finished this and it
    worked. Also, as a reminder I am working in x5 and not x7.
    Good Luck,
    Amy

  • RoboHelp 6 crashes-Robo 5 project when using conditional build tags

    Hi there
    I had no build tags in my project, and it was an R5 project.
    I just upgrated to R6. I need to use the tags & when I put a
    build tag or two in the project on the topic level and compile it
    and it crashes. Based on a prior thread (related to merged cells in
    tables) I removed any merged cells I had in my tables and I was
    able to replace them with table captions. I also tried to place the
    build tag only on the folder level and only on the TOC level both
    crashed. Unfortunately it still crashes when I compile it without
    the merged cells in a table. I did create a brand new project and
    test and I was in fact able to compile it.
    My project was "somewhat lost" meaning I renamed it and then
    compiled it and it didn't fully compile. Two folders showed up in
    the compiled project, however all the folders were in the project
    folder when I looked via explorer. I found the CHM file from prior
    to renaming it and I decompiled it from that CHM file and
    recompiled it with the hhp builder tool.
    Any thoughts? PS. I am only a year using this product, so
    please keep that in mind :)
    Thank you Rebecca

    Hi Peter
    Thank you for the suggestion. I created a new project, new
    folders, imported the files a few at a time & compiled it each
    time (with one build tag in it) and found that only two files made
    it crash. On the one file, I removed the tables (which had no
    merged cells) from the project and it worked. The other file was
    removed completly and I will re-do that page.
    I then opened my current project (with all links &
    pictures etc TOC working) and imported the changed file and removed
    the other file and wala....I have a useable project.
    The project was on our own software so unfortunately I would
    not be able to share it.
    Being a relativley new (1.5 yrs) user, I find running into
    bugs are brutal....Thanks for all your help.

  • Can I use conditional build tags in CSS files?

    I am using RoboHelp X5.0.2 and building CHM files.
    I use conditional build tags to output different Help files
    for the different products we have that all have similarities.
    In the past I have setup the CSS file to show headers, links
    etc in the color scheme we use to keep the look and feel of our
    branding. One of the new products uses a different branding color
    scheme.
    I was wondering if there is a way I can use conditional build
    tags in the CSS file so that when I build one type of help it uses
    header in one color and when I build another help it uses a
    different header color. Does anyone know how to do this? If it is
    not possible in my current version, is it possible in the latest
    version of Robohelp?

    [WORKAROUND ALERT IN X502]
    For .chm output, you could:
    1. In the Topics pane, select all the topics (click on one
    topic and press Ctrl+A).
    2. Right click in the highlighted area and select Properties.
    3. In the Appearance tab, select the different style sheet.
    4. Click Save.
    5. Generate the .chm file.
    6. (optional) Repeat steps 1-4 to revert to previous style
    sheet setting.
    Good luck,
    Leon

  • I need help with the conditional build tag option RoboHelp 10

    I need help with the conditional build tag option. I want to apply CBT to content in a topic. I looked at the Help topics and believed that I applied the feature correctly. Howver, it is not working as desired. In the 2nd sentence below I want the text highlighted in blue to only appear for the printed output and the text printed in purple to only appear for the .htm /online output. Please help.
    There are common tasks used to manage the folders in the Navigator and the folders
    in the BBS Folders Viewer Grid. For more information on these common tasks see Help
    and Support in Success Enterprise. click the links below.

    Hi there
    Using tagging is a two part process.
    Part One
    You create and apply the tags to the information you wish to control.
    Part Two
    You create a Build Expression that is used when you generate your output. The Build Expression typically reads something like: NOT Tag1 (or whatever your tag name is)
    Then when you generate and use the Build Expression, the information tagged is not included in the build.
    Cheers... Rick

  • Conditional Build Tags for Framesets Using RH6

    I am using RoboHelp 6. I have conditional build tags on some
    topics within a folder and also on certain entire folders and these
    are working nicely. In addition, however, I really would like to
    add conditional build tags to two framesets in order to separate
    this information so that each frameset is seen only by the
    appropriate groups (just as it is in the regular topics/folders). I
    am reluctant to even try to do so because if this is something that
    RH6 doesn't allow I don't want to do something that will corrupt my
    project. If adding conditional build tags is possible, then I need
    to know where I add them: 1) to the frameset, or 2) to each of the
    two topics that make up the frameset, or 3) a combination of the
    frameset and the two topics.

    Create a new project, import some topics from your existing
    project and then attempt to do what you want. If it goes pear
    shaped, no harm done.

  • Conditional Build Tags not present in HTML Help

    I have opened a RoboHELP for Word project in RoboHELP HTML.
    My conditional build tags are NOT transferred into the HTML
    documents. I have entered the names of my build tags in the file
    rhbuildtag.apj, so they are visible in the Conditional Build Tags
    virtual folder (cf
    http://www.adobe.com/go/97220fe6).
    However, the conditional tags do not appear in the converted
    documents. The version I use is X5.0.2. Is there any other solution
    than applying all my build tags anew?
    J. van Meggelen / Quadrant Software

    Welcome to the forum.
    Look in the meta tag section of your htm files to see if the
    is any reference to build tags. Do a multi file search on <meta
    name="build tags"
    I think that will confirm that tag information is lost during
    the conversion and I believe this has been posted before. Change
    your search history period in your profile and poke around.
    Sorry but I think it is the long hard slog.

  • Conditional build tags/expressions in the TOC

    Hello all,
    I've run into another issue with my conversion, this time with Conditional build tags and expressions.
    All seems to be fine in my topics, but not in my TOC.
    Some of my topic titles have words that have conditional text applied in the source FrameMaker document.
    These topic titles also appear in the TOC that's automatically generated when I link my Frame book to Robohelp.
    I set the conditional build expression in the Webhelp settings dialog and then Save and Generate.
    These topic titles appear to pick up the correct conditional build expression in the topics themselves, but the TOC heading shows multiple conditions (including the condition I've set to "Exclude").
    So, for example, if my topic title is
    "Conventions in this documentonline help"
    WHERE
    document > should appear in PDF only
    and
    online help > should appear in Webhelp only
    I can get the Webhelp topic to use the title "Conventions in this online help"
    but the corresponding TOC heading looks like this:
    "Conventions in this documentonline help"
    Any ideas?
    Thanks.
    Sue

    Conditional build tags are not imported to TOC from FrameMaker content. However, one can follow another approach to achieve this. One can manage the Conditional build expression in FrameMaker itself and import the filterted content in RoboHelp. Inorder to achieve this, set the conditional build expression in FrameMaker. Turn on the setting in RoboHelp to "Apply FrameMaker Conditional Text Build Expression". [File->Project Settings->Import->Edit(FrameMaker Settings)->Other Settings]
    This way RoboHelp will import only the filtered content with Conditional Build Tags resolved as per the expression applied in FrameMaker.
    Mayank

  • Switching off conditional build tags

    I now have quite a few conditional build tags in my RH7 project and it's getting a bit difficult to see what's what in my topics as they are covered in coloured hash lines. Is it possible to switch off the view of individual tags? For various jobs I need to see certain ones but not others.
    Also, can I just check that I am using them right?
    Our software has web and windows versions so I have a 'Web' tag and a 'Win' tag for where the content differs and I create different outputs for each.
    Within the web version, we now have 2 different sets of customers who each need slightly different content and different names/logos etc. So I have created 'Customer X' and 'Customer Y' tags as well as 2 separate tables of contents. So in places, I have text which has 2 tags on it, 'Web' and 'Customer X' or 'Customer Y'.
    Does this sound ridiculous? Is there a better way?
    I know I could have used user defined variables for the company names but I would still need the cond build tags for the content so figured it would keep it simpler just to use tags.
    Helen

    Hi there
    Sorry, no way to turn off individual tags. You can turn off the shading if you like.
    Click View > Show > Conditional areas.
    You might also consider submitting a wish form to ask for this type of functionality to be added to a future version.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

Maybe you are looking for