Customize Check-In page for profile

Hello,
In UCM 11g I want to add a personalized message to the Check-in screen for each of my profiles. The messages just need to explain the custom metadata fields to the user.
How can I accomplish this?
Thanks!
Mitch

I'd say you'd be looking at digging through the includes that render on the check in page and modifying them to do what you want.
In which case, I might look at a custom check in page (HCSP/T), rather than modifying the standard check in page.
Alternatively, maybe create a navigation link that redirects the user to a custom help page (just a template) containing further information as to what each field is?

Similar Messages

  • Spell checker in Pages for iOS - other than english

    Hello,
    I'm trying to get spell checking in Pages for iOS working in another language besides english. My question is- is spell checker in Pages for iOS evailable in any other language besides english? Because it doesn't seem to be- once I change keyboard to another language (even matching system language), Pages stops underlying errors in that keyboard language.
    Thanks.

    marekf wrote:
    is spell checker in Pages for iOS evailable in any other language besides english? Because it doesn't seem to be- once I change keyboard to another language
    Spellcheck/autocorrect follows the keyboard (system language is irrelevant).  Please tell us what language exactly is not working for you.

  • " loading failed please check your page for  java script errors" please Help

    recently my project starts crashing.... when it loads it gives a java scrip error .. saying " loading failed please check your page for  java script errors"

    Hey, If you have an error, you should see the error in Edge and you can correct it. In the window/code there will be a red dot too.

  • Can you add a word or name to the spell checker in pages for iPad?

    I'm looking for a way to add a word, alternate spelling or proper name to the spell checker for the newest version of pages for iPad so they won't keep showing up as "misspelled".
    Can you help?

    No, the ability to add a word to spell check dictionary is not a current feature.

  • Loading failed, Please check your page for Javascript Errors

    Hi I created a page in Adobe Edge. I need to amend it slightly but when I try to open it I get this error. Any ideas why? I haven't changed the folder or altered anything since I opened it last? Any advice would be great - its really frustratring! I have seen the other link, but just wondered if there is any easier way to figure it out. I'm not a programmer so don't really understand what I'm looking for. Thanks

    Hi ,
    You can check this link - http://blogs.adobe.com/edge/2012/01/04/why-cant-it-just-work/
    One helpful post could be - http://forums.adobe.com/thread/1203311
    Thanks and Regards,
    Sudeshna Sarkar

  • How to find the .htm resource pages for search profiles?

    Good Day All,
    I am trying to customize the search page (search profiles) within UCM, i want to do that by use the appropriate .htm resource page within a custom component.
    I found the checkin .htm pages and i can make changes on them and the changes are reflected on the UCM.
    anyone can help me and providing me with pages name, or tell me how to thier names.
    Regards.

    Thanks so much for your reply.
    I have the following case:
    assume that i have a field on ucm named "xDepartment", and its type on ucm is Int (integer) . This filed is configured to Table-View option list, and the view have two columns (key, value). also assume that i have the following data in this view:
    1: CIS
    2: MIS
    3: BIS
    4: Enginering
    5: Accounting
    on search profiles, when i select a profile that have this field, the possible values that can be searched are integer and will appear From - To ; since this field is defined as integer. But the user that will search don't know the mapped value for each key, because on checkin form the values appears on the secreen.
    what i want to ask is:
    can we specifiy the possible search values to be the values not keys of this view. can the search values appears like what values appearch in checkin page
    note:
    i have an illustration image, but i don't know how to add it here on forums
    Regards

  • Mutilple entries in Revision History of Check-in page.

    Hi,
    In the check-in page for only one of the content item, i see that in Revision history table ,there
    are multiple entries of each revisions of that content item(EX: if i have total 5 revisions,there are 2-entires fro revision 5 and same for other 4-revisions)
    Also, am not able to any other actions also for that content item
    (Ex: Update, checkout, detele revisions so on..
    Any idea on this??
    Thanks

    Hi Sivaraju,
    unfortunately I've got some problem to understand your reply :(.
    I'm not looking for any favourite-values-definitions or a preset of concrete values.
    Please open any report that contains (for example) the char 0material.
    Open the "Select filter-value..."-dialog for 0material and set the drop-down-box at the
    very top to "History" (it should already be set by default).
    You'll notice that the value-list below contains a maximum of 20 entries.
    My question is: Where can I customize this maximum value and set it to - let's say - 50 ?
    Did you get my point?
    Did your answer already address this topic?
    Kind regards,
    Marco

  • How to remove Seperator from check-in and profile check in pages

    How to remove Seperator from check-in and profile check in pages
    The seperator is included on the checkin pages, which is present in the std_page with name "std_namevalue_separator", this is called by td_document_checkin_fields and std_document_file_fields.
    Defination of include:
    <@dynamichtml std_namevalue_separator@>
    <$if not isUploadFieldScript$>
    <tr>
         <td width="<$captionFieldWidth$>"><hr /></td>
         <td width="<$captionEntryWidth$>"><hr /></td>
    </tr>
    <$endif$>
    <@end@>
    I have to remove the following include from some of the profile check in page.
    Please suggest if anyone have some idea, how to proceed.
    Thanks,
    Sumit

    791848 wrote:I have to remove the following include from some of the profile check in page.The key here is that you want to do this in some profiles, not all profiles or globally, if I'm reading this right.
    Without writing a component, you can put this code in the "side effects" box in the desired profile(s). This code removes the horizontal rule, and inserts a non breaking space in its place.
    <$setResourceInclude("std_namevalue_separator","<$if not isUploadFieldScript$>
    <tr>
    <td width=\"<$captionFieldWidth$>\"> </td>
    <td width=\"<$captionEntryWidth$>\"> </td>
    </tr>
    <$endif$>")$>YMMV. The non-breaking space may get stripped out in the forum.

  • Send portfolio how to customize adobe welcome screen for shared porfolio. (Opening the link forces the recipient to a downright ugly irrelevant and dead advertisement rather a related cover page)

    send portfolio- how to customize adobe welcome screen for shared porfolio ?(Opening the link forces the recipient to a downright ugly irrelevant and dead advertisement (appropriately titled "branding logo.png) rather a related cover page)

    Hi nedler1,
    Please try the following steps to display the cover sheet and replace it with custom one:
    How to change a portfolio’s initial view setting to show the cover sheet (and hide the contents):
    Open a PDF portfolio and run the following JS in the console:
    this.collection.initialView = 'Hidden';
    Save the portfolio, close and re-open.
    The cover sheet will now be displayed when opening the portfolio.
    Updating the cover sheet
    Also, most likely if you want the coversheet displayed when opening the portfolio, and do not want the default cover sheet:
    Here are the steps to replace the default cover sheet:
    Open the Portfolio.
    Perform a View > Portfolio > cover sheet to open the cover sheet.
    Open the Pages panel for the cover sheet.
    Right click on the cover sheet page in the pages panel, select “Replace Pages”.
    Replace the cover sheet page with the desired cover from a page in another pdf.
    Save the portfolio.
    Regards,
    Rave

  • Check in Page customization

    Hi I want to add multi select check boxes for one of the metadata field on the check in page,
    can some one tell me the steps to do it.

    I'm able to present the checkboxes and assign the value to metadata using the following code:
    <$if strEquals(fieldName, "xLang") and not (isInfo or isQuery)$>
    <script>
    function boxFunc()
    var textval=document.getElementsByName('xLang')[0];
    var langs=document.getElementsByName("ucmlang");
    larray="";
    for(i=0;i<langs.length;i++)
    if(langs.checked)
    larray=larray+langs[i].id+",";
    larray=larray.substring(0,larray.length-1);
    textval.value=larray;
    </script>
    <tr <$strTrimWs(inc("std_nameentry_row_attributes"))$>>
    <td<$if captionFieldWidth$>width="<$captionFieldWidth$>"<$endif$> <$if isInfo$>align=right<$endif$>><$strTrimWs(inc(fieldCaptionInclude))$></td>
    <td <$if isFieldInfoOnly$>colspan="100"<$endif$> <$if captionEntryWidth$>;width="<$captionEntryWidth$>"<$endif$>><$inc(fieldEntryInclude)$></td>
    <td><!– addition –>English<!– end addition –><input type="checkbox" name="ucmlang" id = "English" onclick="boxFunc()">
    <td><!– addition –>French<!– end addition –><input type="checkbox" name="ucmlang" id = "French" onclick="boxFunc()"></td>
    <td><!– addition –>Italian<!– end addition –><input type="checkbox" name="ucmlang" id = "Italian" onclick="boxFunc()"></td>
    <td><!– addition –>German<!– end addition –><input type="checkbox" name="ucmlang" id = "German" onclick="boxFunc()"></td>
    <td><!– addition –>Japanese<!– end addition –><input type="checkbox" name="ucmlang" id = "Japanese" onclick="boxFunc()"></td>
    </tr>
    <$else$>
    <$include super.std_nameentry_row$>
    <$endif$>
    but i'm stuck which include to modify in case of the update metadata form.
    Edited by: user1175496 on Nov 15, 2012 11:13 PM

  • Is it possible to change the spell check dictionary in "pages for iPad" from Spanish to UK English?  The app was downloaded in Spain.

    Is it possible to change the spell check dictionary in “pages for iPad” from Spanish to UK English?  The app was purchased in Spain and I am living in spain temporarily

    Spell checking should be based on the keyboard layout that you've got selected in Settings > General > Keyboard > International Keyboards - if you have an English 'UK keyboard' selected then the spell checking should be English

  • IBE: Items Per Page for Display profile at Responsibility level

    Hi,
    we would like to have different number of items per page for different sites. We thought we would achieve it by setting profile "IBE: Items Per Page for Display" at the responsibility level and have unique responsibilities to access different sites.
    However, I saw that by default profile "IBE: Items Per Page for Display" is not visible at the responsibility level. Can I alter it to be visible at responsibility level in the profile definition and then set it at the responsibility level?
    Kindly help.
    Regards
    Harsha.

    I tried to change at SERV level and still the profile never gets updated. Kindly help.

  • Norwegian language for spell checking in pages

    Where can i donload norwegian language for spell checking in pages ? and how to install it?
    Thanks for any answers...

    Try the links at
    http://m10lmac.blogspot.com/2011/06/norwegian-spell-check-and-dictionaryapp.html

  • Pages for iPad - multilingual spell check

    Is there any way to spell check multiple languages in Pages for the iPad (or the iWork apps in general, for that matter), short of changing the system language every time?
    I routinely write in English, German and French. In most apps, including Mail, SMS and Notes, spell-checking automatically adapts to the keyboard layout chosen, and multilingual typing is a breeze. Not so in iWork, it seems.
    I am currently working on a German document in Pages on my iPad, and the only way I could get usable spell-checking was to switch the whole system to German, which seems like overkill.
    Am I missing something?

    No, you are not missing anything. The last version of iWork for iOS (1.4) is out today, but still has the same problem. Send feedback to Apple and make yourself heard here in the forums. Maybe they'll notice.
    I have the exact same problem. My solution is, unfortunately, not to use Pages on the iPad. Every other word processing app I know of uses the language of the selected keyboard to check the spelling.
    The irony is, iOS already has a beautiful system to handle documents in many languages, with all the necessary keyboards and dictionaries. The only apps that do not make use of all that are the ones from Apple...

  • An Error occured while processing this page. check the log for details

    Hi ,
    when i open an browser http://localhost:8300/HyperionPlanning/AppWizard.jsp
    i get an error stating that :: An error occured while processing this page. check
    the log for details
    i am not aware where to look the log files.
    second issue. on anothor desktop i am able to login but when i create an sample application it moves forward until finish and takes lot of time and gives me an same error as above .
    please help me out ASAP iam tired uninstalling and reinstalling the products.
    please mail me at [email protected]....
    thanks and regards
    RED

    Hi,
    If you are running planning as a service could you stop the service, then run planning server from the start menu.
    If you try and log in again it should produce some error messages.
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for

  • Fillable PDF form template?

    Hello, I was wondering if someone could help me out on a little problem I am having with Adobe Pro, LiveCycle Designer.  I am trying to create fillable PDF office forms.  I have succeeded as far as getting the forms fillable... However, I was wonderi

  • Linking between different websites

    Hi How to get a couple of rows of from a search result of different website from ours. For eg.: I am entering a search criteria from http://www.a.com/examples/a.jsp and searching the result from www.b.com/examples/query?q=query Now, the tricky part i

  • Date & amount format on the vendor check

    SAP experts, The date format on a check for a foreign vendor (from China) is ddmmyyyy. User wants to know if it because of the vendor being a foreign vendor? I want to know if there is any configuration where we make these settings (or) Is it dependi

  • Question about creating Jtable from a "Self Made" object.

    Hi all, I am new to java and this is my first post here. First of all, i want to say nice to meet u all. This is a blessed forum, and it already helped me a lot. I hope that i will be clear with my question. Now to the question: I have created a clas

  • HT4623 Unable to update

    Hi, I have updated my phone no problem, however when attempting to update my iPad I get this message ' Unable to update as you are no longer connected to the Internet' ...but the iPad is connected, and it doesn't drop connection when verifying either