WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for Plugin

(...) Hi, can you share some example code for those types of Plugin s?

(...) es on ACT_ActionTypeID = DicActionTypes.TypeID left join WorkFlows on ACT_WFID = WF_ID left join WFSteps on ACT_STPID = STP_ID left join WFAvaiblePaths on ACT_PATHID = PATH_ID left join WFPlugin s on PLU_ID = ACT_PLUID left join Automations as actionDefinitionAutomation on actionDefinition.ACT_AUTMID = actionDefinitionAutomation.AUTM_ID left join [WFActions] as templateAction on templa (...)

(...) I have no idea how to change the size of the control. It is best to change it dynamically depending on the content of the displayed external page. Can anyone help? Is this possible without writing a Plugin ? Unfortunately, I did not find any information about this in the published documentation. Thanks in advance for help!

(...) Sometimes I get the Microsoft Login screen (we use M365 OAuth) in the Outlook-Plugin . But only on the tab "Form fields". Tab Attachments and Information are working and displaying the information of the current BPS object. If I restart Outlook all is working again as expected. After a restart it works for 2-3 BPS mails, but then it stops working.

(...) Hi, If I would like to add Custom Action then I should have one free license of WEBCON BPS SDK Freamwork? WEBCON BPS SDK Freamwork shows us how many Plugin packages we can install?

(...) es were made to the SDK licenses in WEBCON 2024 and 2025? I don’t fully understand the modifications and would like to know if I need to take any additional steps regarding the license or key to sign Plugin s. If I’m currently using an SDK Plugin developed by our in-house development team, does that mean I might not have an SDK license? Or do I need to do something with the signing key? I’m a bit confuse (...)

(...) Hi everyone, did anyone reuse an existing connection a Plugin using the ConfigEditableConnectionID attribute? When I searched for the attribute name I only found references to the automatically generated documentation. In my case I wanted to reuse a REST connection or more specific, the authentication. Best regards, Daniel

(...) Hi everybody, Is it possible to bypass temporary_key.snk and load the Plugin without strong-name signing? Or is strong-name signing mandatory and cannot be skipped? Best regards,

(...) Hi everyone, In my scenario, the user uploads an Excel file with multiple sheets. Each sheet has the same structure but contains different data. I need to create an SDK Plugin that processes the file and adds entries to an item list, using the sheet name as a reference. Has anyone dealt with a similar case or can suggest the best approach/methods to handle this? Best regards!