Hi,

I am trynna use Data Import Wizard just to check the import mapping of my fields with the BPMOnline fields for the contacts table but all I get is this as in the image below. Not sure why teh fields are not showing up.

Any suggestions?

Or if I ma doing the process wrong, please let me know.

Thanks in advance.

Like 0

Like

3 comments
Best reply

Got it sorted by removing the columns from the Excel that would not match with the Columns in tables within Bpm Online and it worked fine.

Not...MoreLess

Show all comments (2)

Hello,

How can we bind the value of the system setting "HasContactMiniPageAddMode" to SVN?

after changing the value to "false", we add data binding for this "SysSettingsValue" where system setting code equals to HasContactMiniPageAddMode we get a warning:

"The record with Id "a0849de9-b4e5-408d-a75c-4551e3e0b9c0" is already bound in the data "SysSettingsValue_ContactMiniPageForAddMod" of package "UIv2" for schema "System setting value"

Like 0

Like

5 comments

Hello ayman,



To achieve it you should set instalation type = Update existing and check column [Forced update]

[Update existing] ...MoreLess

Show all comments (4)

Dear Team,

                 Please help me How to Save File from base64 string in a web service.please share any sample code.

Regards,

Sekhar K.

Like 0

Like

2 comments

Hello Sekhar,



If we speaking about converting base64 string to a file you can check the possible realisation of this case here: https://snipplr...MoreLess

Show all comments (1)

I'm trying to pass a Guid from a script task to a subprocess.

Here is the entire process: http://prntscr.com/mc2cmv 

The code of the script task is:

var pipelineId = Entity.UsrPipelineId;
 
//pass pipelineId to GenerateUBOPositionSubProcess
 
return true;

What would I have to write? The subprocess has a parameter defined that is named PipelineId (http://prntscr.com/mc2ej9).

Like 0

Like

5 comments

You can set process parameter in the script:

Set("PipelineId", pipelineId);

Show all comments (4)

I am trying to add an auto-numbering field on Opportunity.

https://academy.bpmonline.com/documents/technic-sdk/7-13/how-add-auto-numbering-edit-page-field

I successfully did this with the Product object just like the guide said. It was very easy.

But when I try to do the same thing on Opportunity, there...MoreLess

Like 0

Like

6 comments

Hi, Julius!



As you have your own field in Opportunity (e.g. "UsrCode"), so you can use:



    onEntityInitialized: function(...MoreLess

Show all comments (5)

I created a module that I used to generate a custom  comboBoxEdit  view  (lookup/dropdown) , then I used that module in another page (load the component)  , and the view created successfully but without data.

To be more clear:

1- Code of my Custom Module 

define("UsrDropDownGenerator"...MoreLess

Like 0

Like

1 comments

Hello,



Unfortunately, it`s hard to tell why exactly this code is not applying.



I can recommend you another, easier way to achieve it . If...MoreLess

Show all comments

Greetings,

This article is about how to add Account logo into printable form.

1.      Create a new Printable

Go to the “System Designer” and open “Lookup” section.

Find Lookup with name “Pintables”

In the Pop-up window click on “New” button and choose “MS Word” option.


Specify...MoreLess

Like 0

Like

Share

1 comments

Hi, 

Please help to fix the below error while instaling package to oracle based BPMonline instance. Installation fails and install log has below error and error screenshots. Please assist to fix the issue.

Oracle.DataAccess.Client.OracleException: ORA-02291: integrity constraint (DLD_CRM.FKiEw0PrrAuIapzcrL01PohOXeFM)...MoreLess

Like 0

Like

1 comments

Dear Ganesh,

"parent key not found" message indicates that you are trying to insert a child without a matching parent, as defined by a...MoreLess

Show all comments

Hi all,

We have a custom section called 'Dossiers'.

A dossier can have multiple invoices. Therefore we created a custom detail 'Invoice history' where each record is linked to a dossier (name UsrDossierInvoiceHistory).

Now I want to make the data from this detail available like a section so I can add...MoreLess

Like 0

Like

1 comments

Dear Vincent,

Please refer to this community question regarding registering custom section for existing object https://community.bpmonline...MoreLess

Show all comments

Hi Community,

Is it possible to trigger a business process after new user was created?

I tried it, but it seems the process is not triggered. I also check the process log but this process is not there.

Like 0

Like

1 comments