ManyWho and Salesforce Integration - - salesforce

We are trying to create Salesforce pages using ManyWho.
-Can we create a Lookup field in ManyWho?
-Can we show/hide the section dynamically in ManyWho?
-Can we create dependent picklist in ManyWho flow?
If anyone knows the answer/any document for these questions. Please share.
Thanks in advance
Raja

You can use page conditions in ManyWho (Boomi Flow now) to show/hide sections.
You can find more content on using ManyWho and Salesforce here - https://docs.manywho.com/
HTH.
Cheers.

We (Salesforce) have recently published two new unofficial Flow Screen Components that greatly improve your ability to declaratively do this.
See:
https://medium.com/#alexedelstein/dynamic-questions-in-lightning-flow-b0269ee373ce
https://medium.com/#alexedelstein/dependentpicklists-a-flow-screen-component-c97dcee1796

Related

Related to umbraco forms

how to create plugin same as umbracoforms with same functionality?
-If we add custom Fields from database in to umbraco backend custom section and it will reflect in to frontend same as umbraco forms can anybody guide me related to this ?
if you want to replicate something like that, I'll suggest you to start based on a already made code base.
Take a look at this project for AngularJS: forms generator AngularJS

React document upload with plupload

Sorry if this is already been asked and covered in another question.
We are looking forward to implement multi-part document upload (including drag and drop feature) in react web application using plupload library. Planning to reuse existing document service for upload.
I could not find any NPM package of Plupload which i can integrate with my react application.
Do we need to consider wrapper to integrate Plupload.
Also, please suggest, if we should consider any other library, incase plupload does not support it?
Kindly suggest. Thank you in advance.
UPDATE -
We are using Drag zone for UI integration
May need to see, how we can implement chunking logic while hitting document service.
a. We are thinking can we use FileReader from Mozilla developers.
b. May need to see, if we can use any wrapper for service integration.
Thanks, please suggest if you have any suggestion.
3.
You can use this library to use the functionalities of Pulpload in react
https://www.npmjs.com/package/react-plupload

Salesforce noobie - where are the crud pages for custom objects?

I am a very newbie to SF so pardon my ignorance. I am doing the trailheads and logged into developers org. There I quickly created a custom object with some fields. Now how do I get a CRUD page for the custom object. I have been looking through the documentation and trailheads but I finding everything except this simple step. Can someone please suggest how I can get a CRuD page automatically generated from custom object that I can use to add edit and delete records?
Thanks
You'll need to Create a Tab for your custom object. This tab can be exposed in both Salesforce Classic and Lightning and allows you to create a new record in the object, view list views, and so on.

How to interact Users(input form data) Using Salesforce Sites into the SalesForce Application(to Custom objects)

First of all I'm really sorry if i'm asking a Dumb Question. But unfortunately i can't find out a way to take inputs for my salesforce Application.
I am developing a simple CV Management app, but i can't figure out how to interact users(input data) to the App? I have created Candidate Custom object, and manually i can create the Candidates, but my requirement is to create records by Candidates themselves.
I followed SalesForce Tutorials and i found out a way to display data using VisualForce Custom Pages. But what i want to## Heading ## do is when i giving a link to the user, he can go to that link and there having form to fill with his personal data, and submit only. But i'm just confused how to user input data map with our Custom Candidate object fields.
when i'm searching i saw some FormAssembly and Custom VisualForce Pages. But Problem is I don't hope to use any 3rd party apps.
Tutorials says that;
In the past, to make Force.com data available to the general public, you had to set up a Web
server, create custom Web pages (JSP, PHP, or other), and use the API to integrate Force.com
apps with an external website. This is no longer the case, thanks to Sites!
Please if you can, help me Friends, Really Appreciate it & Thank you soo much..
You'll probably want to do something along these lines...
Create a Visualforce page with standard controller set to your custom object which is the "CV Entry" page (to send candidates to)
Create a Force.com site in your salesforce org to allow public or restricted access to the page
Setup page authentication/permissions as required

Salesforce PHP API - can't query picklist

I am using Salesforce API on my project, but interesting thing happens and i can query all
fields except picklists :(
Can someone help me with that?
Thankx
Make changes in the xslt by adding the fields which need to display.Then it will display all the fields you specified

Resources