Attachments not enabling for custom form

Hi,
I created a simple custom form based on a custom table having only 2 fields. The form works fine.
I tried adding attachment functionality by setting up -
- Document Entities
- Document Categories and
- Attachment Functions as given in many tutorials online.
I am still unable to see the attachment icon enabled.
I also registered the custom table using ad_dd.register_table and ad_dd.register_column and still the attachment icon is not enabled.
Even the profile option 'Indicate Attachments' is set to Yes at site level. Still does not work.
Is there any code that needs to be written on the standard attachments trigger in the fmb?
Please suggest what else I can do to enable the attachments icon/clip?
Thanks!

Is there any code that needs to be written on the standard attachments trigger in the fmb?
Please suggest what else I can do to enable the attachments icon/clip?How to enable attachment button in a custom form
Re: How to enable attachment button in a custom form
Please also see old threads.
https://forums.oracle.com/forums/search.jspa?threadID=&q=Attachment+AND+Custom&objID=c3&dateRange=all&userID=494875&numResults=15&rankBy=10001
https://forums.oracle.com/forums/search.jspa?threadID=&q=Attachment+AND+Custom&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
Thanks,
Hussein

Similar Messages

  • Attachments not enabling for a custom form

    Hi,
    I created a simple Oracle apps custom form based on a custom table having only 2 fields. The form works fine.
    I tried adding attachment functionality by setting up -
    - Document Entities
    - Document Categories and
    - Attachment Functions as given in many tutorials online.
    I am still unable to see the attachment icon enabled.
    I also registered the custom table using ad_dd.register_table and ad_dd.register_column and still the attachment icon is not enabled.
    Even the profile option 'Indicate Attachments' is set to Yes at site level. Still does not work.
    Is there any code that needs to be written on the standard attachments trigger in the fmb?
    Please suggest what else I can do to enable the attachments icon/clip?
    Thanks!
    Edited by: user10648285 on Dec 23, 2011 3:38 AM

    This is the forms standalone forum. As attachment are a feature specific to the eBusiness-suite, you sould ask your question in an eBusiness-suite-related forum. Also, as far as i remember, there is a detailed chapter about attachments in the developers guide for eBusiness-suite development.

  • Enabling system menus for custom form

    Hi All,
    can I enable system menus First Row (CtrlH) and Last Record(CtrlE)  for custom forms? They are not getting visible for custom forms. So I am getting the error as 'Menu not found' when try to enable that.
    Jisha

    Hello,
    These menus (from GOTO menu) are not exist in the User Defined Forms either type is UDO or not UDO.
    You can implement these menus, with the same menu IDs (First Row = "5901") by Adding menu items to form
    Dim oMenuItem As SAPbouiCOM.MenuItem = oForm.Menu.Add("5901", "First Row" + vbTab + "CTRL+E", BoMenuType.mt_STRING, -1)
    But you should implement all the features you needed.
    Regards,
    J.

  • Site is not configured for Claims Forms Authentication

    Hi All
    I have one custom login page for my Sharepoint 2013 site where i am trying to use
    SPClaimsUtility.AuthenticateFormsUser(uri, strUserName, strPwd);
    But i am getting this exception ---> Site is not configured for Claims Forms Authentication
    I checked ULS long and there it is --> Not in claims forms auth for url 'https://domain/sitecollection/'.
    Web.config enteries are 
    <authentication mode="Forms">
          <forms loginUrl="/_layouts/TarsForwardLogin.aspx" />
        </authentication>
    <membership defaultProvider="i">
          <providers>
            <add name="i" type="Microsoft.SharePoint.Administration.Claims.SPClaimsAuthMembershipProvider, Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
            <add name="membership" type="Microsoft.Office.Server.Security.LdapMembershipProvider, Microsoft.Office.Server, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" connectionUsername="cn=sharepointadmin,ou=GSP,ou=Applications,o=TOYOTA"
    connectionPassword="spad1n2" server="10.100.5.119" port="389" useSSL="false" userDNAttribute="entryDN" userNameAttribute="cn" userContainer="o=toyota" userObjectClass="Inetorgperson"
    userFilter="(ObjectClass=Inetorgperson)" scope="Subtree" otherRequiredUserAttributes="sn,givenname,cn,fullname,language,mail" enablePasswordReset="false" enablePasswordRetrieval="false" passwordFormat="Clear"
    requiresQuestionAndAnswer="false" requiresUniqueEmail="false" />
          </providers>
        </membership>
        <roleManager defaultProvider="c" enabled="true" cacheRolesInCookie="false">
          <providers>
            <add name="c" type="Microsoft.SharePoint.Administration.Claims.SPClaimsAuthRoleProvider, Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
     <add name="rolemanager" connectionUsername="cn=sharepointadmin,ou=GSP,ou=Applications,o=TOYOTA" connectionPassword="spad1n2" type="Microsoft.Office.Server.Security.LDAPRoleProvider, Microsoft.Office.Server, Version=15.0.0.0,
    Culture=neutral, PublicKeyToken=71E9BCE111E9429C" server="10.100.5.119" port="389" useSSL="false" groupContainer="ou=groups,ou=GSP,ou=Applications,o=toyota" groupNameAttribute="cn" groupMemberAttribute="member"
    userContainer="o=toyota" userNameAttribute="cn" userDNAttribute="entryDN" dnAttribute="entryDN" groupFilter="(ObjectClass=groupOfNames)" userFilter="(ObjectClass=Inetorgperson)" scope="Subtree"
    />     
    </providers>
        </roleManager>
    Can
    someone please help/Guide
    Manoj Gangwar | Sharepoint MCPD | Sharepoint MCTS |

    Hi All
    I tried like this and it worked...
    SPIisSettings iisSettings = SPContext.Current.Site.WebApplication.IisSettings[SPUrlZone.Internet];
    SPFormsAuthenticationProvider formsClaimsAuthenticationProvider = iisSettings.FormsClaimsAuthenticationProvider;
    SecurityToken token = SPSecurityContext.SecurityTokenForFormsAuthentication(new Uri(SPContext.Current.Web.Url),
    formsClaimsAuthenticationProvider.MembershipProvider, formsClaimsAuthenticationProvider.RoleProvider, strUserName, "", SPFormsAuthenticationOption.PersistentSignInRequest);
    if (null != token)
    base.EstablishSessionWithToken(token, SPSessionTokenWriteType.WriteSessionCookie);
    base.RedirectToSuccessUrl();
    Manoj Gangwar | Sharepoint MCPD | Sharepoint MCTS |

  • Sharepoint 2013 : Server was unable to process request. --- Site is not configured for Claims Forms Authentication.

    In our java web application trying  establish the connection for sharePoint 2013
    using  Windows claims authentication (NTLM ), I am getting error message "Server was unable to process request. ---> Site is not configured for Claims Forms Authentication". But In the Sharepoint 2013 our Site is is configured for Windows
    claims only.
    In the Sharepoint 2013 server in the IIS manager settings for authentication it is  enabled for both Windows claims and Forms authentication,
    but if I disable Forms authentication that I will be able to connect it through my application but with the direct access i.e., by running the URL in the browser I am not able to connect getting error message "sorry this site has not been shared with
    you" in the browser  Kindly help me on this.

    Hi,
    This issue is always caused that you had missed FBA configuration in web config of your web application.
    You can configure the FBA authentication then check whether it works.
    http://technet.microsoft.com/en-us/library/ee806890(v=office.15).aspx
    http://chrisbarba.com/2013/07/16/sharepoint-2013-forms-based-authentication-fba/
    more reference:
    http://stackoverflow.com/questions/5686378/sharepoint-2010-claim-base-authentication-error
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/2d82dcd4-0e57-4de5-81bc-60ffc3cb9a9f/sharepoint-2010-claim-authentication-and-authenticationasmx?forum=sharepointgeneralprevious
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Bank Charges field not enabled in Receipts Form though the profile is set

    Bank Charges field not enabled in Receipts Form though the profile "AR: Create Bank Charges" is set to 'Yes' at Application and Responsibility level. I have also given GL codes for Bank Charges in Payment Method Im using.
    What could be the reason for the above?

    For Bank Charges to work, we have to use payment method attached to Receipt Class with "No Remittance" Remittance Method and "Directly" Clearance Method. I created a new payment method, using that in receipts form enabled the bank charges.

  • Why SLFM is not enabled for Macbook 13" Aluminum late 2008 model?

    Hi All,
    Does anyone know why SLFM is not enabled for Macbook 13" Aluminum late 2008 model?
    I just found this out after I installed bootcamp and Windows 7 on my Macbook 13" with P8600 2.4Ghz CPU 2GB RAM and 250G HDD after more than a year of using it.
    After I installed the CPU monitoring widget on Windows 7 and CPUZ, I noticed that the lowest Freq that my Macbook operates even with <5% CPU load is only 1.5Ghz and VID @1.0V.
    I installed Coolbook on OSX to confirm what I saw on Windows. I was surprised that SLFM is not visible in Coolbook which is the same result I got from Windows 7 CPU monitoring widget and CPUZ.
    I checked with our local Mac support and they got the same results for all of Macbook 13" Aluminums late 2008 model. SLFM is not visible on Coolbook which means, it is not enabled.
    I tried to install Coolbook on my wife's Macbook Pro 13" 2010, which has the same spec, P8600 2.4Ghz CPU and 250G HDD. The only difference is the memory which is 4GB RAM. There, SLFM is enabled and works just fine, running at 798Mhz @0.875V.
    Can anyone please help confirm if this is really the case for Macbook 13" late 2008 model?
    Because I checked the Intel P8600 Datasheet and SLFM should always be enabled. Otherwise, it will affect battery life as well as long term reliability of the CPU.
    I would appreciate if the Macbook and Macbook Pro owners in this forum can help confirm using Coolbook the status of SLFM in your own Macbooks. You may use any other tool in checking the SLFM and share it with us if you believe it is more reliable and better than Coolbook. Thanks.
    Message was edited by: jespada

    BTW, Here is what I got from Coolbook for comparison. As you can see the late 2008 Macbook has no SLFM info.
    Legend:
    SLFM - Super Low Freq Mode
    LFM - Low Freq Mode
    HFM GV - High Freq Mode (Geyserville/Speedstep)
    HFM - High Freq Mode
    Macbook 13" Aluminum late 2008 P8600 2.4Ghz 2GB RAM 250GB HDD
    Freq VID
    SLFM -- --
    LFM 1596Mhz 1.0000V
    HFM GV2 1862Mhz 1.0500V
    HFM GV1 2128Mhz 1.1000V
    HFM 2394Mhz 1.1375V
    Macbook Pro 13" Aluminum 2010 P8600 2.4Ghz 4GB RAM 250GB HDD
    Freq VID
    SLFM 798Mhz 0.8750V
    LFM 1596Mhz 1.0000V
    HFM GV2 1862Mhz 1.0500V
    HFM GV1 2128Mhz 1.1000V
    HFM 2394Mhz 1.1375V
    Message was edited by: jespada
    Message was edited by: jespada

  • ACL is not enabled for this user  OSX 10.5

    I am running OS X 10.5 on a Mini Mac.
    It was a clean install, everything went smoothly except for configuring the mail server.
    I created my users as I normally do using Workgroup manager.
    However 2 out of 3 of users I created can not log into the IMAP server.
    You get the error message ACL is not enabled for this user.
    What is the ACL and how do I enable it ?
    Thanks
    Nov 9 18:38:12 ns1-2 imap[22604]: badlogin from: [192.168.15.101]. plaintext user: friverr. service ACL is not enabled for this user
    Nov 9 18:38:12 ns1-2 imap[22607]: badlogin from: [192.168.15.101]. plaintext user: herbs. service ACL is not enabled for this user
    Nov 9 18:38:12 ns1-2 imap[22607]: badlogin from: [192.168.15.101]. plaintext user: friverr. service ACL is not enabled for this user
    Nov 9 18:38:12 ns1-2 imap[22604]: badlogin from: [192.168.15.101]. plaintext user: herbs. service ACL is not enabled for this user

    Hi there
    I had the same problem and I found this post which fixed it:
    http://discussions.apple.com/thread.jspa?threadID=1244694&tstart=0
    Hope it works for you too!
    Chris

  • The stack sub menu does not enable for stacked photos in elements organizer 13 on windows 8.1

    The stack sub menu does not enable for stacked photos in elements organizer 13 on windows 8.1.
    Has anyone else experienced this?
    I stacked some photos, now I cannot expand them or unstack them in the organizer.
    This is for both auto and manual stacking.

    Please press Ctrl+D to move to the older grid and now the stack option should be enabled.
    Thanks,
    Anwesha

  • Icq on Blackberry "Service not enabled for this handheld"

    Every time I try to login to icq on my blackberry it gives me an error that says "Service not enabled for this handheld".  I called Sprint whom my service is through and they told me that everything is enabled for messaging programs on my account.  Does anyone know how I can get this working?  My blackberry is an 8830 world edition.
    Message Edited by harley9 on 03-03-2009 03:31 PM

    Reminder to remain courteous and on topic. Thanks

  • Thousands of "mail is not enabled for this user"

    Someone is sending my domain email to thousands of non existent mail accounts. It's like they are combining every possible prefix to my domain they know of. It's been going on for weeks. The Mail service, however, is not being brought down by this at all. So I don't know what kind of attack this is or how to stop it.
    Can someone help me? Below is a minute section of my System log:
    Dec 31 15:08:55 nameserver lmtpunix[19165]: warning: unable to post message for user: [email protected], mail is not enabled for this user
    Dec 31 15:08:55 nameserver lmtpunix[19165]: warning: unable to post message for user: [email protected], mail is not enabled for this user
    Dec 31 15:08:55 nameserver lmtpunix[19165]: warning: unable to post message for user: [email protected], mail is not enabled for this user
    Dec 31 15:08:55 nameserver lmtpunix[19165]: warning: unable to post message for user: [email protected], mail is not enabled for this user
    Dec 31 15:08:55 nameserver lmtpunix[19165]: warning: unable to post message for user: [email protected], mail is not enabled for this user
    Dec 31 15:08:55 nameserver lmtpunix[19165]: warning: unable to post message for user: [email protected], mail is not enabled for this user
    Dec 31 15:08:55 nameserver lmtpunix[19165]: warning: unable to post message for user: [email protected], mail is not enabled for this user
    Dec 31 15:08:55 nameserver lmtpunix[19165]: warning: unable to post message for user: [email protected], mail is not enabled for this user
    Dec 31 15:08:55 nameserver lmtpunix[19165]: warning: unable to post message for user: [email protected], mail is not enabled for this user
    ------------------

    Two possibilities - both fall under the heading 'reconaissance by e-mail'. A spammer or hacker will try 1000's of common names, then look at which ones didn't bounce to determine which ones have accounts on your system.
    They then have a comprehensive list of account names on your server, and can proceed to attempt likely passwords for each, or send endless spam to your users. Either one is a Bad Thing, doubly so if you've got any accounts that you created just to test things, and have weak passwords, but you've always counted on nobody knowing they exist.
    At one point, I actually had a 'testuser' account that had 'testuser' as the password - I just hadn't remembered to delete it after I was done testing. It's very common for a system to have a couple of these hanging around. I didn't have trouble with it, but looking for and getting rid of these is critical.
    Either way, the immdiate solution is to go Server Admin->Mail->Settings->Relay, and add the IP address(es) of the senders to the 'Refuse all messages from these hosts or networks' section. Mail attempts will still show up in your SMTP log, but they'll look like this one I got this morning (one of dozens):
    Jan 3 11:07:33 miniserver postfix/smtpd[1440]: NOQUEUE: reject: RCPT from unknown[66.180.115.17]: 554 <unknown[66.180.115.17]>: Client host rejected: Access denied; from=<[email protected]> to=<[email protected]> proto=SMTP helo=<xptwfs.gov>
    Next is to take a look at your password policies - if you've got strong password policies (must include characters and numbers, must be 7 characters or longer, etc., you're probably OK, but if anyone has weak passwords, or god forbid, uses their userid as their password, you're pretty vulnerable.
    It's also worth noting that someone with a full list of your users has a fair number of tools for improved odds of phishing, or spear-phishing, where they create finely targeted mails that say things like 'Bob Smith told me to contact you for your password', and look very real. A warning mail to your users to remind them that they need to keep passwords secret, and be cautious about mail, even if it appears to know something about them, would be good. I wouldn't specify that you've been recon'd, just a general 'New Year Security Reminder' or some such.
    Hope this helps!

  • Execute Query not working on custom forms

    Hi
    After upgrading from 11.5.10.2 and Oracle 9.2.0.5 to ATG6, AD6, oracle 10.2.0.4, Forms 6.0 (Form Compiler) Version 6.0.8.28.0 . The execute query (F11 & CTRL F11) is not working on custom forms. But after tabbing from one column to another column then press CTRL F11 is working.
    Please any one help me on this issue.
    Thanks
    sva

    Hi
    I found this error in the trace file. Please help me what is the problem, the data is there in the table.
    Out Argument 0 - Type: String Value: ORA-01403: no data found
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: parameter.G_query_find
    Out Argument 0 - Type: String Value: NULL
    Executing USER_EXIT Built-in:
    In Argument 0 - Type: String Value: FND MESSAGE_CLEAR
    MCXQPBULKINVOICEENTER, -1, Built-In, Entry, -1196178744, USER_EXIT
    TSE FSERVER_START -1 1407 1279530838565801000
    TSE FSERVER_END -1 0 1279530838579778000MCXQPBULKINVOICEENTER, -1, Built-In, Exit, -1196091744, USER_EXIT
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Entering app_debug.clear
    In Argument 1 - Type: String Value: global.frd_debug
    Executing FIND_GROUP Built-in:
    In Argument 0 - Type: String Value: APP_DEBUG
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Completed app_debug.free.
    In Argument 1 - Type: String Value: global.frd_debug
    Executing MESSAGE Built-in:
    In Argument 0 - Type: String Value: FRM-41003: This function cannot be performed here.
    In Argument 1 - Type: Number Value: 121
    Unhandled Exception ORA-100501
    State Delta:
    MCXQPBULKINVOICEENTER, -2, Trigger, Exit, -1190876744, ON-ERROR
    ##### CTIME STARTS HERE
    # 8 - MCXQPBULKINVOICEENTER:BLOCKNAME.RADIO_BUTTON81.1279530839956685000
    KEY Execute_query
    Error Message: FRM-41003: This function cannot be performed here.
    N-ERROR Trigger Fired:
    Form: MCXQPBULKINVOICEENTER
    State Delta:
    MCXQPBULKINVOICEENTER, -2, Trigger, Entry, 181183256, ON-ERROR
    MCXQPBULKINVOICEENTER, -1, Prog Unit, Entry, 181304256, /MCXQPBULKINVOICEENTER-3/P58_07_DEC_200909_04_40
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Entering app_standard.event. Event is ON-ERROR.
    In Argument 1 - Type: String Value: global.frd_debug
    Executing ERROR_TYPE Built-in:
    Out Argument 0 - Type: String Value: FRM
    Executing ERROR_CODE Built-in:
    Out Argument 0 - Type: Number Value: 41003
    Executing ERROR_TEXT Built-in:
    Out Argument 0 - Type: String Value: This function cannot be performed here
    Thanks
    sva

  • Service not enabled for this handheld.

    I have downloaded yahoo messenger for my BB curve 8310, but when I go to log in it says that the service is not enabled for this handheld.  How do I enable it?
    thanks!!

    Please check with your carrier whether your carrier or your region supports yahoo access.
    tanzim                                                                                  
    If your query is resolved then please click on “Accept as Solution”
    Click on the LIKE on the bottom right if the post deserves credit

  • Authorization for custom form

    Hi,
    How we can give Authorization for custom form as well as custom menu

    Hi,
    Try this out
    Go to Administration module
    > system initialization
    > Authorizations
    >Additional Authorization Creator
    Add same level and just mention your
    Authorization id=Custom
    Name=Custom
    Option=Full/Read/None
    Forms id=*(Your Form ID) *
    Ok
    Now Go to Administration module
    > system initialization
    > Authorizations
    >General authorizations
    Now select user and set user authorization-------> Custom -
    > No Atuorization
    Reply me
    Remember if Problem Resolved then mark as answered

  • Connect via RDP option is not enabled for some VM's on the same Hyper-V Host

    Hi. I have many virtual machines on a Hyper-V host being managed via System Center Virtual Machine Manager 2012.  When you right click on a virtual machine - Connect or View - Connect via Console is enabled, but Connect via RDP is not enabled for
    most but not all of the machines.  Is there a setting on the Hyper-V host that I need to modify to enable Connect via RDP for all of my VM's?  All of the virtual machines have the same configuration meaning that Remote Desktop is enabled for all
    of them on the OS itself.

    Hi Debabrata,
    In App Controller the console access is provided by an ActiveX control and this requires the client (web browser) to connect directly to the Hyper-V server. As you note, for this to work over the internet would require the Hyper-V host to be accessible from
    the internet, and this is not a recommended security practice. 
    Publishing App Controller as a Remote App avoids needing to make the Hyper-V host accessible to the internet. I'm not an expert in setting up Remote App and don't have an answer about how to avoid doing 2 lots of authentication. The
    Remote Desktop Services forum is likely to be a better place to ask a question on setting up Remote Apps.
    Let me know what you need help with for the Remote Console in Windows Azure Pack option. There is also a forum for
    Azure Pack and two of our MVPs who do have console connect working have both written articles that describe their experience.
    http://kristiannese.blogspot.com/2014/02/configuring-remote-console-for-windows.html
    http://www.hyper-v.nu/archives/mvaneijk/2014/01/windows-azure-pack-remote-console-with-the-rd-gateway-in-a-dmz/
    Regards,
    Richard
    This posting is provided "AS IS" with no warranties, and confers no rights.

Maybe you are looking for

  • ARIAL FONT IN REPORTS(WINDOWS), NOT SHOWN CORRECTLY UNDER LINUX

    Our Reports are developed under Windows (Report Builder 9.0.4.0.33 and Windows 2000/Windows XP) and generated under Linux (IAS 10.1.2.0.2 with Red Hat Advanced Server). The Report Output is a PDF, that will be downloaded by the user with WEB.SHOW_DOC

  • Delimited Text ASCII Error

    Hello, I am trying to import a vendors list that I extracted from table LFA1 of an R/3 system. I saved it as unconverted list in a file called vendors.txt. I like to use it to populate the vendors lookup table of my MDM repository. But when trying to

  • How much has to go wrong before Apple replaces a dud?

    My partner has just bought a new black macbook 2ghz 2gig ram - and within the first 2 weeks we noticed: The battery is dead (shuts down at once if power is disconnected -no charge at all) The headphone socket is broken - a headphone jack doesn't kill

  • Stars as amount

    Hi Guys, I am printing out an aging report, and for one of my creditors the opening balance amount is showing as stars i.e. ****** All other vendors show properly. The database and SAP was recently upgraded from SAP 2005 to SAP 8.81 It was showing pr

  • Multiple waveforms to spreadsheet

    I am aquiring episodic data, say 2seconds at 20kHz then a 30 second interval and more data. I am saving this in a tdms file and all is fine.  I would now like to export these waveforms to a tab delimited spreadsheet, and I like the header etc that th