59
Views
5
Comments
[Salesforce connector]second combobox value change base on the first combobox selecte
Question

Hello outsystems teams.

I have a problem to solve about combobox.

In my salesforce the child combobox value is changed base on the parent combobox selected.

like pnj


the relationship of child and parent data in salesforce is below.

Very sorry for difficult to understand japanese language. 




I want to know how to get these relationship in outsystems.

Now in my outsystems there is no relationship and all the data is display when I click the combox.


pelase suggest me what should I do?

can use javascript?


somebody replain me please.


2021-07-14 09-27-33
Luís Cardoso

Hello May Zin,

Can you please upload the module (oml file) to help you?


Thanks


BR,

Luis

UserImage.jpg
May Zin Linn

Luís Cardoso wrote:

Hello Luis.

Thanks you so much  for your reply.

If I upload my module can you connect my salesforce?

If you can understand about my problem please help me.

Thanks.

Hello May Zin,

Can you please upload the module (oml file) to help you?


Thanks


BR,

Luis



SalesforceconnectorTest.oml
2021-07-14 09-27-33
Luís Cardoso

Hi May Zin, 

I got some erros in SalesforceConnector references but I think I can help you.

If I understand it right you should do this (and don't need Jasavascript):

1. Add destination action in OnChange Property (in the combobox that you are selecting the values):


2. Give names to comboboxs that will change


3. In the OnChange Action, call action to get the picklist and refresh the comboboxs (See example):


Hope it helps you.


BR,

Luis

SalesforceconnectorTestLUIS.oml
UserImage.jpg
May Zin Linn

Luís Cardoso wrote:

Hi May Zin, 

I got some erros in SalesforceConnector references but I think I can help you.

If I understand it right you should do this (and don't need Jasavascript):

1. Add destination action in OnChange Property (in the combobox that you are selecting the values):


2. Give names to comboboxs that will change


3. In the OnChange Action, call action to get the picklist and refresh the comboboxs (See example):


Hope it helps you.


BR,

Luis

Thanks you Luis.

I will try and give feedback to you.

Bytheway I can't see the picture like below what something
wrong?


may zin linn

2021-07-14 09-27-33
Luís Cardoso

May Zin Linn wrote:

Luís Cardoso wrote:

Hi May Zin, 

I got some erros in SalesforceConnector references but I think I can help you.

If I understand it right you should do this (and don't need Jasavascript):

1. Add destination action in OnChange Property (in the combobox that you are selecting the values):


2. Give names to comboboxs that will change


3. In the OnChange Action, call action to get the picklist and refresh the comboboxs (See example):


Hope it helps you.


BR,

Luis

Thanks you Luis.

I will try and give feedback to you.

Bytheway I can't see the picture like below what something
wrong?


may zin linn

Hello,


I can see the images here. Did you open the oml file that I sent?


Thanks


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.