Forum Discussion

HemaRajendran1's avatar
HemaRajendran1
Qrew Trainee
3 years ago

Pipeline

Hi Folks,
Scenario: We have a Formula - Rich text field(Button) which calls a code page to create consultation appointments for a day.The below is the code used in the code page.

Code:(NumberOfSlots and Minutes are user Input fields)

function makeAppt(){
getInfo();
var time = 0;
for(i=0;i<stack.NumberOfSlots;i++){
if(i==0) {
time += parseInt(stack.Minutes, 10);
$.get(addurl + time);
console.log(time);
}
}
Question: Is it possible to create this logic in Pipeline? Please help

Thanks



------------------------------
Hema
------------------------------

2 Replies

  • I don't have the skills to understand your code but if you can say in English what you want to Pipeline to do, then maybe we can help.

    ------------------------------
    Mark Shnier (YQC)
    mark.shnier@gmail.com
    ------------------------------
  • Its possible but need to see source of your code-page first.

    ------------------------------
    Alex Priadko
    Senior Full Stack Developer (Php, React.js, Vue.js, Blockchain)
    Quickbase app builder too :)
    Email: mr.eskrano@gmail.com
    ------------------------------