IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation

 View Only
Expand all | Collapse all

How to get sample web-component files for UI customization

  • 1.  How to get sample web-component files for UI customization

    Posted Tue June 13, 2023 03:40 AM

    Hi All,

    I am unable to find sample web-component files for 10.15 developer portal can anyone please help me to find it.


    From the above image I am unable to find the path that mentioned in documentation.

    Requirement:
    to customize SignUp page like when u input countryName we should get countryCode in phoneNumber section.

    Thanks,
    Neel.


    #webMethods
    #Developer-Portal
    #Monday-challenge


  • 2.  RE: How to get sample web-component files for UI customization

    Posted Thu July 06, 2023 08:50 AM


  • 3.  RE: How to get sample web-component files for UI customization

    Posted Thu July 06, 2023 11:38 AM

    You need to include samples during installation to have them in that directory. I presume you replaced SAGInstallDir with your main installation directory. If not it is usually c:\SoftwareAG in windows and /opt/sag or /opt/softwareag on linux or in SAG user’s home directory. You can instead download them from github as mentioned above.


    #webMethods
    #Developer-Portal
    #Monday-challenge


  • 4.  RE: How to get sample web-component files for UI customization

    Posted Fri July 07, 2023 03:39 AM

    Thanks Guys,

    That really helped us to create a custom SignUp page for user and but one more problem encountered here
    Problem: When user sending below details to wM Dev Portal 10.15 all the details are saving in his profile but the real issues are:

    1. User unable to edit additional attributes
    2. Admin also unable to edit additional attributes
      Payload:
      {“email":"NeelKumar123@qwe.com”,“password”:“####”,“attributes”:{“company”:“+91”,“country”:“India”}}

    Kindly, suggest is there any option to do that

    Thank you.


    #Developer-Portal
    #webMethods
    #Monday-challenge