Hide UDFs in Marketing Docs (Not Displayed)

Hi All,
I have created 12 UDFs in Marketing Docs for the "Stock Transfer"....But they will appear in all the Marketing Docs (AR and AP and many, many, many more)  It seems like I would have to go into each and every Marketing Doc under each and every User Name and Edit the UDFs Settings.
Is there a way I can hide these UDFs from all the Marketing Docs/Forms except the intended Form??? (Stock Transfer Form) without the use of coding.  I want to use the Std SBO Customizing functionality...
Thanks Guys

Hi Noor,
I don't know a way to block the added UDFs to be visible and modified by the user...  unless changing the settings for the specific form (be careful the user has no rights to change them one more time and block your calculations).
The best way to avoid problems is to block the user from modifying them by disabling them when the form is loaded (by using SDK).
Anyone else has a better trick?
Regards
Trinidad.

Similar Messages

  • Re-enable UDF in Marketing Docs

    Hi,
    I had created a UDF in marketing docs with DI API and in my code I set the field to be Enabled = false, ok, no problems until yesterday. Now I need to set Enabled = true but i'm getting the error "The field is not a user defined field" and i can't set my Enabled back to true;
    This is a bug?
    I already made a search in the forum, I found only one problem like mine but it's not solved:
    - Enabling & Disabling UDF's
    Thanks,
    Ricardo Momm

    Hi Edward,
    I'm accessing the UDF via user interface with UIAPI. If I try to set the Enabled property to False nothing happens but if I try to set the Enabled property to True the exception "Item is not a user defined item" is throw.
    form.Items.Item("U_Field").Enabled = false; // no error
    form.Items.Item("U_Field").Enabled = true; // throw not a UDF field
    The point is, in the first run when I set the Enabled property to false there is no exception and the Field is disabled, after this operation i can't set the Enabled property to true again.
    My SAP B1 Version is: 2005B PL34
    PS: sorry with the poor english... i'm still learning

  • UDF side panel will not display

    I toggle on/off the UDF display on the Item master data form and the side panel will not display. Has anyone seen this before. This was after some udfs were added via the api. I'm wondering if something got corrupted.
    Thanks,
    Jack

    Hi Jack,
    Check these threads to see if there are any helps:
    Re: Internal error when adding UDF
    Re: CANNOT OPEN UDF
    Thanks,
    Gordon

  • XLR old reports not working with UDF from Marketing docs

    Hi,
    We are using SAP Business One 2005 A (6.80.318)  SP: 01  PL: 16 and the following version of XLR.
    XLR Version 6.80.367 (under about XLR) or 6.80.01.26 (under Add-ons manager).
    We have just gone from 6.80.01.25 to 6.80.01.26 version of XLR and have had an issue with the reports that contain UDF's. 
    Previously when doing patches of SBO we have had issues with the UDF's renumbering eg.  SalesEmp_1 becoming SalesEmp_2.  Within the XLR reports we would simply update the identifier of the UDF and it would report correctly.
    The issue this time is that the identifier has disappeared.  ie. SalesEmp_1 has become SalesEmp.  When you create a new report the data can be retrieved correctly however when you change the existing report to reflect SalesEmp (rather than SalesEmp_1) it reports no data. 
    I am not keen on re-creating all of my reports with UDFs and was wondering if anyone else had encountered the same issue and come up with a solution. 
    It may have something to do with the UDF's being available as Dimensions now whereas previously they were only Light Dimensions?
    Let me know if I need to clarify further - although it will probably make perfect sense if you have been through the same issue - and if you haven't you may not be able to help.
    Kind regards
    Andrew

    Hi Andrew,
    Unfortunately I don't know the answer to your question...
    ...but anyway, this Forum is focussing on the SAP Business One SDK.
    In principle the Implementation Forum in the PartnerEdge P2P (http://p2p.sap.com/businessoneforum?type=join) area should more suitable for such questions.
    I suggest that you raise your issue there - and hope that you will get the right answer.
    ...or since the issue came up when you changed from one version of XLR to another - log a question to SAP Support on the XLR component.
    Sorry,
    Frank

  • Next Button in a Hide and Show Region is not displayed correctly

    I created a new button at the bottom of the region in a Hide and Show Region called [Next >]. The button is displayed to the right of the region. I want it displayed at the right end of the bottom of the region. The following is the button properties
    Name
    Button Name : NEXT_SIGNS
    Text Label/Alt: Next >
    Displayed
    Sequence            130
    Display in Region: Signs and Nameplates (1) 100
    Button Position:    Bottom of Region
    Button Alignment: Right
    Attributes
    Static ID:          
    Button Style:      Template Based Button
    Button Template: PA Button
    Button Type:       Hot
    Button Attributes:
    Action When Button Clicked
    Action:                 Submit Page
    Execute Validation: Yes
    Database Action:    No Database Action
    Conditions
    None
    Security
    None
    Configuration
    NoneWhy is this occurring and how can I resolve the issue?
    The following is the template of the hide and show region:
    <div class="hide-show-region" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>
      <div class="hide-show-top">
        <div class="hide-show-title">
    <div class="rounded-corner-region">
    <div class="rc-blue-top">      
    <div class="rc-blue-top-r">
              #TITLE#</div>
    </div>
    </div>
           <a style="margin-left:5px;" href="javascript:hideShow('region#REGION_SEQUENCE_ID#','shIMG#REGION_SEQUENCE_ID#','#IMAGE_PREFIX#themes/theme_2/rollup_plus_dgray.gif','#IMAGE_PREFIX#themes/theme_2/rollup_minus_dgray.gif');" class="t1HideandShowRegionLink"><img src="#IMAGE_PREFIX#themes/theme_2/rollup_plus_dgray.gif"
      id="shIMG#REGION_SEQUENCE_ID#" alt="" />Click on arrow to enter/hide  information for signs and/or nameplates</a></div>
        <div class="hide-show-buttons">#CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#</div>
      </div>
      <div class="hide" id="region#REGION_SEQUENCE_ID#">#BODY#</div>
    </div>APEX version 4.1
    DB version 10g Rel 2
    PLEASE HELP!!
    Robert
    http://apexjscss.blogspot.com

    I created a new button at the bottom of the region in a Hide and Show Region called [Next >]. The button is displayed to the right of the region.I only see it displayed to the right of the region in Firefox (Safari and IE8 showed it above the sub-regions). Not obvious to me why this is the case (it's usually IE that does it's own thing).
    I want it displayed at the right end of the bottom of the region.Button position Bottom of Region causes an anonymous HTML table containing the button(s) to be generated after the <tt>#BODY#</tt> placeholder in the region template. Your Hide/Show region template didn't have a <tt>#SUB_REGIONS#</tt> placeholder so by default the sub-regions were rendered after the <tt>#BODY#</tt> and the "Bottom of Region" button container (don't know if this is the intended behaviour or a bug). Adding <tt>#SUB_REGIONS#</tt> before <tt>#BODY#</tt> in the template gets things in the right order (button after sub-regions):
    <div class="hide-show-region" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>
      <div class="hide-show-top">
        <div class="hide-show-title">
    <div class="rounded-corner-region">
    <div class="rc-blue-top">      
    <div class="rc-blue-top-r">
              #TITLE#</div>
    </div>
    </div>
           <a style="margin-left:5px;" href="javascript:hideShow('region#REGION_SEQUENCE_ID#','shIMG#REGION_SEQUENCE_ID#','#IMAGE_PREFIX#themes/theme_2/rollup_plus_dgray.gif','#IMAGE_PREFIX#themes/theme_2/rollup_minus_dgray.gif');" class="t1HideandShowRegionLink"><img src="#IMAGE_PREFIX#themes/theme_2/rollup_plus_dgray.gif"
      id="shIMG#REGION_SEQUENCE_ID#" alt="" />Click on arrow to enter/hide  information for signs and/or nameplates</a></div>
        <div class="hide-show-buttons">#CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#</div>
      </div>
      <div class="hide" id="region#REGION_SEQUENCE_ID#">
        #SUB_REGIONS#
        #BODY#
      </div>
    </div>Firefox is still showing the button to the right of the sub-regions. I'm assuming that this has something to do with everything in this theme being floated left (for reasons that escape me), so we'll try to clear the button container using CSS. The table doesn't have an ID or class so try an adjacent sibling selector using the ID of the preceding sub-region:
    #nameplates-name+table {
      clear: both;
    }Finally, the button alignment was set to "Left", so I changed it to "Right".
    Seems to be working in IE8 (all I have access to at present).
    Edited by: fac586 on 30-Nov-2012 20:10
    Fixed CSS selector syntax.

  • EPub docs not displaying right

    I loaded a couple of ePub docs via iTunes, and neither displays correctly in iBooks. After the first page, there are a ton of blank pages. It seems to think that the books are 1000+ pages, which isn't right. They display fine on my nook. Has anyone tried importing some ePub books and had success?

    An ePub book is basically a set of XHTML 1.1 web files, with a bunch of XML files supporting them, wrapped in a zip package. XHTML 1.1 must be written correctly (if you ever write web pages that way, you may know what I mean). To be honest, I doubt that many of the ePub creators get it right (just like most web site creation tools do not produce valid web pages).
    While Apple may change iBooks to be more forgiving of metadata like the invalid timestamp, they should not be more forgiving of XHTML errors. The idea is to let the ebook be parsed by an XML parser, not to include all the rest of the crap involved in handling malformed HTML. The book publishers need to get their books right in the first place. They have no excuse.
    See http://bookworm.oreilly.com/publishers/ebook-testing/

  • MRBR list - Docs not displayed even if there is a block

    Hi Gurus
    Even if there are quantity and prices blocks in the MM doument , the MRBR list doesnot display the blocked documents.
    As a result we are not able to release the documents and remove the block.
    1. What could be the possible reason for this?
    2. And is there any other way to remove the block on MM document without going   through MRBR.?
    3. Also if the Invoice is cancelled than the cancelled invoice too has the block in it.
    Than does the cancelled invoice is shown in the MRBR list?
    Early Response is highly Appreciated
    Thanks a Lot
    Rgds
    Points would be rewarded definately....

    Hello Rutvj,
    A payment block can be removed on the FI side and still remain on the MRBR output.  You can verify by viewing the change history on the accounting document that was posted as a result of the MM invoice.  If this is the case, you would have to manual release the block in MRBR.  Typically the process would be to resolve the issue thru MM resolution depending on the type of block. 
    If you decide to cancel the MM invoice, the originating invoice would be removed from the MRBR output.
    Hope this helps.

  • While adding KONA table in query(sq02), relevant billing doc not displayed

    Hi experts,
    When I am changing an existing query through sq02( I am joining table KONA with already existing tables VBRK & VBRP and adding fields , Agreement number & Validity date from & Valid till) , after execution , query displays 3 additional columns of Agreement number, Validity from & Validiy to, but it ceases to display records of those documents in which rebate is accrued. It only displays those documents where rebate basis is present in condition records of billing item data, but zero rebate is accrued.
    Any suggestion are highly welcome.
    Best Regards
    Vimal

    Hi Vimal,
    Unfortunately, it is not possible to find out the list of invoices which have accrued to a rebate agreement. This is true not just for rebate for also for credit management as an example. If you want the list of sales orders which have resulted in the open order value in FD 32 for the credit customer, it is not possible.
    This is true for every other functionality which uses the Infostructure update instead of normal table update. It is because infostructure update is always cumulative and table update is always record specific. When infostructure update gets a new value, the old value is erased. Hence it is not possible to find out the entire list of entries which contributed to the total value and we can only see the total value.
    To sum it up, it is not possible to find out all the invoices which have resulted in the accrual value of a particular rebate agreement. Also it is not possible to find out all the sales orders, which resulted in the open order value of a credit customer in his credit master data in FD32. If this has to be done, it has to be done manually by using a complex logic.
    If you want to find out the invoices relevant for rebate agreement, you need to find out all the invoices created within a timespan, find out all the partners, material etc. Then find out all agreements relevant for this period (or involving this period) involving the customer (payer/sold to party) and the material. Then match both the entries to get what you want. That is lot of work and even after that, accuracy of data is in question.

  • FBL1N---Pur Doc not displayed

    hi all,
           i have executed FBL1N(ECC6) , in the displayed output i was unable to get Purchasing Document Number.........it is blank..
    so could u help me out wht to do..............

    Dear,
    It is not possible at transaction level.
    If you have major problem about it then contact your Basis person one function is available for table change.
    Regards,
    Mahesh Wagh

  • Using UDF in Marketing documents

    Dear All,
    I made two UDF in Marketing docs rows and the same rows in Accounting - Journal transaction rows
    The goal is: Every time when the user creates a marketing docs, I'd like to insert the corresponding data to accounting. What should I do for this? Could this be automatically somehow? Is it a simple way to capture all of the events which modifies the journal entries?

    well,
    i would do it so:
    use et_VALIDATE and/or et_LOST_FOCUS in the matrix and make one procedure for all documents.
    to be sure the code only works for your documents filter it like
    if (pval.FormType = 139 or pval.Formtype = 133 or ...) then
    anyway, it will be very tricky, because you will get troubles when more documents are opened
    regards
    David

  • Formatted Search icon is not displaying for the UDF

    I have fifteen UDF's in the Marketing document and I have applied formatted search on each of the fifteen.
    But for one paticular UDF formatted search icon is not displaying even though the formatted search is active on the field but it is working fine for other field of same kind in same scenario.
    Please help me.
    Regards,
    Awadhesh
    Edited by: Awadhesh Kumar Pandey on Feb 9, 2009 5:58 PM

    Hi
    Try this
    Go to View in the menu bar  > Indicator Display >User Defined Values .
    Hope this will resolve your issue
    Thank you
    Bishal

  • UDF populating on Marketing Doc's Matrix

    Hi all,
    I've created UDFs in the IGN1 table using the sdk but all the Fields are being displayed in all the Marketing Doc's Matrix. ie: AR & AP.  I dont want them to be displayed on all the forms.  I only want them to appear on the "Reciept from Production Form".  How do I do that?
    Thanks

    Hi guys,
    I'm getting an Exception:
    "System.Runtime.InteropServices.COMException (0x80040111): Retrieving the COM class factory for component with CLSID {FD65E5A4-2232-452B-8541-5BC1EC3FF9C6} failed due to the following error: 80040111."
    with the following snippet...
        Public Sub SetFormPreferences()
            Dim oCompanyService As SAPbobsCOM.CompanyService
            Dim oFormPreferencesService As SAPbobsCOM.FormPreferencesService
            Dim oColumnsPreferences As SAPbobsCOM.ColumnsPreferences
            Dim oColumnsPreferencesParams As SAPbobsCOM.ColumnsPreferencesParams
            Dim oColumnPreferences As SAPbobsCOM.ColumnPreferences
            oCompanyService = oCompany.GetCompanyService
            oFormPreferencesService = oCompanyService.GetBusinessService(SAPbobsCOM.ServiceTypes.FormPreferencesService)
            System.Runtime.InteropServices.Marshal.ReleaseComObject(oCompanyService)
            Try
                oColumnsPreferencesParams = New SAPbobsCOM.ColumnsPreferencesParams
                oColumnsPreferencesParams.FormID = "139"
                oColumnsPreferencesParams.User = 1
                oColumnsPreferences = oFormPreferencesService.GetColumnsPreferences(oColumnsPreferencesParams)
                oColumnPreferences = oColumnsPreferences.Item("U_ETypDe")
                SapApp.MessageBox("In form 139, U_ETypDe visibility is set to - " & oColumnPreferences.VisibleInForm)
            Catch ex As Exception
                SapApp.MessageBox(ex.ToString)
            End Try
        End Sub
    Can anyone help with this?
    Thanks

  • Acrobat 9.5 - use Touchup text Tool to edit PDF. Updates do not display. But, if I "save as" Word doc, the edits appear in Word. This feature worked in earlier versions of 9.x patches.

    Acrobat 9.5 - use Touchup text Tool to edit PDF. Updates do not display. But, if I "save as" Word doc, the edits appear in Word. This feature worked in earlier versions of 9.x patches.

    I have a suspicion you're working with a scanned document that has had OCR run to recognize the text. The recognized text may be stored on an invisible layer above the image of the text, and that is what you're toucing up. It's invisible, so you don't see it, but retains the changes, so exporting produces the new edits.
    When you run OCR to recognize scanned text,, try using the ClearScan option, instead of Searchable Text. See this help page on Acrobat (this is for version X, but still applies):
    Adobe Acrobat X Pro * Recognize Text - General Settings dialog box
    mh++

  • Markup not displaying Doc/docx/PDF properly

    Hey everyone,
    I'm using Oracle text in conjunction with Apex, all on top of the 11G database. My issue is that using the Oracle text Markup, many files types do not display properly. The level of wrongness varies, from some readable text to complete gibberish. This happens to all version of PDFs, Docs, and Docx files. A sample of what appears is below:
    Æ
    @à°€P ðÀ!dðgd£n=gd8h²„h^„hgd8h²^
    &F
    Æ
    p@à°€P ðÀ!dðEÆ€^ZfFG·ðgd÷i+
    &F„˜þ`„˜þgd÷i+
    &F
    Æ
    pà°€P ðÀ!dðgdýOôHN”³´ÔÕûý     "#f‘ðáÕáÁ²Õ² Ž|n]L²8-h£n=h£n=CJaJ&h£n=h÷i+6B*CJ\]aJph h8h²h÷i+5B*CJaJph h£n=h÷i+5B*CJaJphh£n=5B*CJaJph#h£n=h£n=5>*B*CJaJph#h£n=h÷i+5>*B*CJaJph#h8h²h÷i+5>*B*CJaJphh8h²h÷i+B*CJaJph&h8h²h÷i+6B*CJ\]aJphh£n=B*CJaJphh£n=h÷i+B*CJaJphh£n=h£n=B*CJaJph´üý#â„_B
    &F
    However, using a simple .txt file, the result is nearly perfect and everything is complete readable.
    create or replace PROCEDURE test
         (p_id      IN VARCHAR2,
           p_query   IN VARCHAR2)
        AS
          v_clob         CLOB;
          v_read_amount INTEGER := 32767;
          v_read_offset INTEGER := 1;
          v_buffer      VARCHAR2 (32767);
        BEGIN
            htp.p('<b>HTML version with highlighted terms</b>');
         CTX_DOC.MARKUP
           (index_name => 'DOCUMENTS_INDEX',
             textkey    => p_id,
             text_query => p_query,
             restab     => v_clob,
             starttag   => '<i><font color=red>',
             endtag     => '</font></i>');
         LOOP
            BEGIN
                dbms_lob.read(v_clob,v_read_amount,v_read_offset,v_buffer);
                htp.p(v_buffer);
                v_read_offset := v_read_offset + v_read_amount;
                v_read_amount := 32767;
            EXCEPTION
              WHEN NO_DATA_FOUND THEN EXIT;
            END;
         END LOOP;
       END test;The above is the procedure I'm using if that helps. If anyone has ideas about what's going wrong, I'd greatly appreciate it.

    Well, I figured this one out on my own. I had been using a multi-column datastore, and it turns out that you have to turn on auto-filtering for each column you add. Once I had done this and rebuilt my index, my markup was much more accurate and readable. Hopefully this can help out anyone else going through this issue.

  • Png or jpg not displaying in BC email marketing

    I'm dropping both pngs and jpgs into BC's email marketing tool. For some reason, they display correctly in BC, but when I send a test email out to myself, the images do not display. Help!

    Spaces and funny characters in file names on the web is basically something to NOT do.
    A few browsers, coding solutions, API work, Email clients can all be effected by this and cause rendering issues. Just stick to the lower case, no spaces or character rule on file names.
    Also avoid scaling the images in the editor - May look good and may come out in some email clients but some like Outlook will keep the image size as its natural size and emails will come out not as you expect because of this.

Maybe you are looking for