PureEngage On-Premises

communities_1.jpg
 View Only
  • 1.  About WDE 8.5 customization

    Posted 03-15-2018 17:24
    <g class="gr_ gr_104 gr-alert gr_gramm gr_inline_cards gr_run_anim Punctuation only-ins replaceWithoutSep" id="104" data-gr-id="104">Hello</g> community I need your help on a requirement I'm working on,

    I'm adding a button in the interactions window when a condition is met, that button will open a specific URL related to the interaction data where it was shown, but my issue starts when the button is added in more than one window, the new interaction data overwrites the old one, and so on, I know that WDE could be configurable by commands, is there a command that would help me to perform any action when I move among each interaction window?

    Please help if possible.

    ------------------------------
    Aldo Castillo Aguirre
    ------------------------------


  • 2.  RE: About WDE 8.5 customization

    Posted 03-28-2018 16:23
    Can you please share the code to create a new button in the the interaction window?

    Thanks,

    ------------------------------
    Arijit Nag
    Tata Consultancy Services Ltd
    ------------------------------



  • 3.  RE: About WDE 8.5 customization

    Posted 04-04-2018 15:31
    I resolved my concern thanks!

    ------------------------------
    Aldo Castillo Aguirre
    Kaplan University
    ------------------------------



  • 4.  RE: About WDE 8.5 customization

    Posted 04-05-2018 16:54
    Ok, Great,

    How you are adding the icon in the interaction bar, can you please share?

    Thanks,


  • 5.  RE: About WDE 8.5 customization

    Posted 04-09-2018 12:47
    I just added a button, 

    I did the following:
    1 - Create a XAML form.
    2 - change its implementing to button
         public partial class YourButtonClassName: Button, IYourButtonInterface
    3 - Create an interface
    public interface IYourButtonInterface
    {
    //No problem if it's empty
    }
    4 - Register it to the views manager : 

    viewManager.ViewsByRegionName["BundleCustomButtonRegion"].Insert(0,
    new ViewActivator()
    {
    ViewType = typeof(IYourButtonInterface),
    ViewName = "YourButtonName",
    ActivateView = true,
    });


    Let me know if you have any doubt.




    ------------------------------
    Aldo Castillo Aguirre
    Kaplan University
    ------------------------------



  • 6.  RE: About WDE 8.5 customization

    Posted 04-09-2018 17:14
      |   view attached
    Thnaks for your help,

    I have tried to develop the code using the following steps, but getting some error. So I have uploaded the entire code, if you can help that will be really great.

    Or if you can share an example that will also work for me.

    Thanks,

    ------------------------------
    Regards,
    Arijit Nag
    ------------------------------

    Attachment(s)