Showing source for: https://rfcagrants.powerappsportals.com/forums/general-discussion/5aa63ed2-f248-ef11-b4ac-000d3a3691ff?dclid=CLiF28Puz4cDFWqyWgUd87oLqA
Duration: 1.313606s
<!DOCTYPE html>
<html lang="en-US" data-lang="en-US" crm-lang="en-US" dir="ltr" crm-lcid="1033"
same-site-mode="None">
<head>
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta http-equiv="X-UA-Compatible" content="IE=edge" />
<script type="text/javascript" >
</script>
<title>
Lutevid: La Verdad sobre el Suplemento Ocular que Revoluciona la Salud de tus Ojos
· Customer Self-Service
</title>
<script src="/_portal/7b138792-1090-45b6-9241-8f8d96d8c372/Resources/ResourceManager?lang=en-US"></script>
<script type="text/javascript">
// Refresh all powerBI Iframes on Login in one Iframe
window.addEventListener('message', function (event) {
if (event && event.data && event.data == 'refreshPowerBI') {
$("iframe.powerbi").each(function () {
this.src = this.src;
});
}
});
// Fix for incorrect viewport width setting in IE 10 on Windows Phone 8.
if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
var msViewportStyle = document.createElement("style");
msViewportStyle.appendChild(document.createTextNode("@-ms-viewport{width:auto!important}"));
document.getElementsByTagName("head")[0].appendChild(msViewportStyle);
}
</script>
<link href="/bootstrap.min.css?1734635771000" rel="stylesheet" />
<link href="https://content.powerapps.com/resource/powerappsportal/dist/font-awesome.bundle-3d8a58a48f.css" onerror="javascript: var target = event.target; var link = document.createElement('link'); link.crossOrigin = target.crossOrigin; link.href = '/dist/font-awesome.bundle-3d8a58a48f.css'; link.rel = 'stylesheet'; target.insertAdjacentElement('afterend',link);" rel="stylesheet" />
<link href="https://content.powerapps.com/resource/powerappsportal/dist/preform.bundle-07636d9605.css" onerror="javascript: var target = event.target; var link = document.createElement('link'); link.crossOrigin = target.crossOrigin; link.href = '/dist/preform.bundle-07636d9605.css'; link.rel = 'stylesheet'; target.insertAdjacentElement('afterend',link);" rel="stylesheet" />
<link rel="stylesheet" href="/Areas/Forums/css/forums.css">
<link rel="stylesheet" href="/Areas/Forums/css/forumThread.css">
<link href="/thumbnail.css?1694031098000" rel="stylesheet" />
<link href="/theme.css?1734635777000" rel="stylesheet" />
<link href="/genericStyle.css?1734635773000" rel="stylesheet" />
<link href="/timeGrid.min.css?1734635777000" rel="stylesheet" />
<link href="/daygrid.min.css?1734635772000" rel="stylesheet" />
<link href="/core.min.css?1734635772000" rel="stylesheet" />
<link href="https://content.powerapps.com/resource/powerappsportal/dist/pwa-style.bundle-2739c60227.css" onerror="javascript: var target = event.target; var link = document.createElement('link'); link.crossOrigin = target.crossOrigin; link.href = '/dist/pwa-style.bundle-2739c60227.css'; link.rel = 'stylesheet'; target.insertAdjacentElement('afterend',link);" rel="stylesheet" />
</head>
<body data-sitemap-state="/forums/general-discussion/5aa63ed2-f248-ef11-b4ac-000d3a3691ff:/forums/general-discussion:/forums/:/"
data-dateformat="MM/dd/yyyy"
data-timeformat="h:mm tt"
data-datetimeformat="MM/dd/yyyy h:mm tt"
data-app-path="/"
data-ckeditor-basepath="/js/BaseHtmlContentDesigner/Libs/msdyncrm_/libs/ckeditor/"
data-case-deflection-url="/_services/search/7b138792-1090-45b6-9241-8f8d96d8c372">
<link href="https://content.powerapps.com/resource/powerappsportal/dist/pcf-style.bundle-2659c6f064.css" onerror="javascript: var target = event.target; var link = document.createElement('link'); link.crossOrigin = target.crossOrigin; link.href = '/dist/pcf-style.bundle-2659c6f064.css'; link.rel = 'stylesheet'; target.insertAdjacentElement('afterend',link);" rel="stylesheet" />
<div id="offlineNotificationBar" style="display: none;">
<img alt="web" id="web" onerror="javascript: var target = event.target; var img = document.createElement('img'); img.src = '/css/images/web.png'; img.alt = 'web'; img.id = 'web' ; target.insertAdjacentElement('afterend',img); target.remove();" src="https://content.powerapps.com/resource/powerappsportal/img/web.png" />
<div id="message">You’re offline. This is a read only version of the page.</div>
<div id="close" onclick="this.parentElement.style.display='none';"><img alt="close" onerror="javascript: var target = event.target; var img = document.createElement('img'); img.src = '/css/images/close.png'; img.alt = 'close'; img.id = '' ; target.insertAdjacentElement('afterend',img); target.remove();" src="https://content.powerapps.com/resource/powerappsportal/img/close.png" /></div>
</div>
<script type="text/javascript">
window.DisableCkEditor = window.DisableCkEditor || {};
DisableCkEditor.Value = 'False';
</script>
<script type="text/javascript">
var enableOmniChannelWidgetWithSiteCopilot = 'False';
if (enableOmniChannelWidgetWithSiteCopilot === "True" || enableOmniChannelWidgetWithSiteCopilot === "true") {
const authUrl = window.location.origin + "/_services/auth/portalusertoken";
const fetchWithRetries = async (url, options, retries) => {
try {
const authResponse = await fetch(url, options);
const token = await authResponse.text();
sessionStorage['c2Token'] = token;
} catch (err) {
if (retries === 1) throw err;
return await fetchWithRetries(url, options, retries - 1);
}
};
fetchWithRetries(authUrl, { method: "POST" }, 4);
}
</script>
<script type="text/javascript">
var isPvaBotAuthenticated = sessionStorage['isPvaBotAuthenticated'];
var isPortalUserLoggedIn = 'False';
if ((isPvaBotAuthenticated != null || isPvaBotAuthenticated != undefined) && isPvaBotAuthenticated != isPortalUserLoggedIn) {
sessionStorage['triggerPvaBotSignOut'] = true;
sessionStorage.removeItem('c2Token');
sessionStorage.removeItem('directLinetoken');
sessionStorage.removeItem('conversation_Id');
}
sessionStorage['isPvaBotAuthenticated'] = isPortalUserLoggedIn;
</script>
<script type="text/javascript">
window["Microsoft"] = window["Microsoft"] || {};
window["Microsoft"].Dynamic365 = {
Portal: {
User: {
userName: '',
contactId: ''
},
version: '9.6.10.68',
type: 'CDSStarterPortal',
id: '249003f8-6938-4e13-bc35-1142d32bc2d2',
geo: 'NAM',
tenant: '1ef78147-19d0-40b6-b9fc-da3a5d7437c8',
correlationId: '6f32f064-76bd-4793-86a8-9d9ee079cdb8',
orgEnvironmentId: 'fb43989d-eb94-edbf-994a-2cf811205205',
orgId: 'a3c0488f-5e2f-463b-b69c-92b01bfac9f2',
portalProductionOrTrialType: 'Production',
isTelemetryEnabled: 'True',
InstrumentationSettings: {
instrumentationKey: '197418c5cb8c4426b201f9db2e87b914-87887378-2790-49b0-9295-51f43b6204b1-7172',
collectorEndpoint: 'https://us-mobile.events.data.microsoft.com/OneCollector/1.0/'
},
timerProfileForBatching: 'NEAR_REAL_TIME'
}
}
// Mark request not cacheable if Dynamics365PortalAnalytics cookie is being refreshed by the server or if the cookie in request header is invalid
// For client side telemetry intializing Dynamics365PortalAnalytics cookie object
window["Microsoft"].Dynamic365.Portal.dynamics365PortalAnalytics = 'AJqQyQUomShwoPHFdg04QbcjoANXVz5G08xXrlVuK8wZvZPAoKA5aFhAwxtowQdfW6O5jsboU4RttdqFmj4H84d6dsbJnNvdb2L79Zqb2Q1oNZBf2ekRZmUj3axt-lgOoa4FdDKCrJYy3EoB9swL1g2'; // CodeQL [SM00430] False Positive: only alphanumeric chars allowed, for non-alphanumeric char it will return INVALID_CHARACTERS_IN_COOKIE
localStorage.setItem("Dynamics365PortalAnalytics", window["Microsoft"].Dynamic365.Portal.dynamics365PortalAnalytics);
</script>
<script type="text/javascript">
</script>
<!---link href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css" rel="stylesheet"--->
<!---link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet"-->
<link href='~/theme.css' rel='stylesheet' />
<style>
.navbar-inverse {
box-shadow: 0px 12px 10px -15px #1C0A4D;
}
.homelink {
color: #1C0A4D !important;
}
.navbar {
margin-bottom: 0px !important;
}
</style>
<div class="navbar navbar-inverse navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<aside style="float: left!important;">
<div class="visible-xs-block">
<div class="xrm-editable-html xrm-attribute" data-languageContext="English"><div class="xrm-attribute-value"><p><a class="homelink" style="cursor: pointer; color: #fff !important; font-size: 2.11em; font-family: "Segoe UI Light", "Helvetica Neue", Helvetica, Arial, sans-serif;" href="~/" title="Oltiva Aid & Relief">The Raskob Foundation</a>
</p></div></div>
</div>
<div class="visible-sm-block visible-md-block visible-lg-block navbar-brand">
<div class="xrm-editable-html xrm-attribute" data-languageContext="English"><div class="xrm-attribute-value"><p><a href="~/" class="homelink" style="cursor: pointer; color: #fff !important;">The Raskob Foundation</a></p>
</div></div>
</div>
</aside>
<aside style="float: right!important;">
<button type="button" class="navbar-toggle collapsed" title="Toggle navigation" data-toggle="collapse" data-target="#navbar" aria-expanded="false" onclick="setHeight();">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</aside>
</div>
<div id="navbar" class="navbar-collapse collapse">
<div class="navbar-right menu-bar " data-weblinks-maxdepth="2">
<ul class="nav navbar-nav weblinks" role="menubar">
<li role="none" class="weblink ">
<a role="menuitem" aria-label="Home" href="~/" title="Home" >
<span class="fa fa-home" aria-hidden="true"></span>
</a>
</li>
<li class="divider-vertical" aria-hidden="true"></li>
<li role="none" class="weblink dropdown">
<a role="menuitem" aria-label="LOIs" href="#" class="dropdown-toggle" data-toggle="dropdown" title="LOIs" >
LOIs
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li role="none">
<a role="menuitem" aria-label="My Organization LOIs" href="/MyOrganisationLOIs/" title="My Organization LOIs" >
My Organization LOIs
</a>
</li>
<li role="none">
<a role="menuitem" aria-label="LOIs Submitted By Me" href="/grantwriterloisubmittedbylist/" title="LOIs Submitted By Me" >
LOIs Submitted By Me
</a>
</li>
</ul>
</li>
<li class="divider-vertical" aria-hidden="true"></li>
<li role="none" class="weblink dropdown">
<a role="menuitem" aria-label="Requests" href="#" class="dropdown-toggle" data-toggle="dropdown" title="Requests" >
Requests
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li role="none">
<a role="menuitem" aria-label="My Organization Applications" href="/myorgrequests/" title="My Organization Applications" >
My Organization Applications
</a>
</li>
<li role="none">
<a role="menuitem" aria-label="Applications Submitted By Me" href="/grantwritereqlist/" title="Applications Submitted By Me" >
Applications Submitted By Me
</a>
</li>
</ul>
</li>
<li class="divider-vertical" aria-hidden="true"></li>
<li role="none" class="weblink dropdown">
<a role="menuitem" aria-label="Awards" href="#" class="dropdown-toggle" data-toggle="dropdown" title="Awards" >
Awards
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li role="none">
<a role="menuitem" aria-label="My Organization Awards" href="/myorg-awardslist/" title="My Organization Awards" >
My Organization Awards
</a>
</li>
<li role="none">
<a role="menuitem" aria-label="Awards for Applications Submitted by me" href="/awardlist-submitedbyme/" title="Awards for Applications Submitted by me" >
Awards for Applications Submitted by me
</a>
</li>
</ul>
</li>
<li class="divider-vertical" aria-hidden="true"></li>
<li role="none" class="weblink dropdown">
<a role="menuitem" aria-label="Requirements" href="#" class="dropdown-toggle" data-toggle="dropdown" title="Requirements" >
Requirements
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li role="none">
<a role="menuitem" aria-label="My Organization Requirements" href="/myorg-reports/" title="My Organization Requirements" >
My Organization Requirements
</a>
</li>
<li role="none">
<a role="menuitem" aria-label="Requirements for Applications Submitted by me" href="/requirementlist-submittedbyme/" title="Requirements for Applications Submitted by me" >
Requirements for Applications Submitted by me
</a>
</li>
</ul>
</li>
<li class="divider-vertical" aria-hidden="true"></li>
<li role="none">
<a role="menuitem" aria-label="Sign in" href="/SignIn?returnUrl=%2Fforums%2Fgeneral-discussion%2F5aa63ed2-f248-ef11-b4ac-000d3a3691ff%3Fdclid%3DCLiF28Puz4cDFWqyWgUd87oLqA" title="Sign in">
Sign in
</a>
</li>
</ul>
</div>
<div class="navbar-right hidden-xs">
<div class="xrm-editable-html xrm-attribute no-value" data-languageContext="English"><div class="xrm-attribute-value"></div></div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
window.onload = function() {
//$(".homelink").css('color', 'black');
$("a[aria-label='My Organization Members']").each(function() {
if ($(this).attr('role', 'menuitem')) {
$(this).hide();
return false;
}
});
$("a[aria-label='Organization']").each(function() {
if ($(this).attr('role', 'menuitem')) {
$(this).hide();
return false;
}
});
$("a[aria-label='Payments']").each(function() {
if ($(this).attr('role', 'menuitem')) {
$(this).hide();
return false;
}
});
$("a[aria-label='Bank Information']").each(function() {
if ($(this).attr('role', 'menuitem')) {
$(this).hide();
return false;
}
});
$("a[aria-label='User Management']").each(function() {
if ($(this).attr('role', 'menuitem')) {
$(this).hide();
return false;
}
});
if (window.navigator.appName == "Microsoft Internet Explorer" || window.navigator.userAgent.indexOf("Trident") > 0) {
var searchElement = document.getElementById("search");
if (searchElement != null) searchElement.setAttribute("href", "");
}
$(document).ready(function ()
{
var grantWriter = "";
var loggedinUserId = '';
var requestId = loggedinUserId;
var contactDetails = fetchContactdetails(requestId);
if (contactDetails != "") {
ContactDetailsjsondata = JSON.parse(contactDetails);
}
if (ContactDetailsjsondata.length != 0)
{
for (var i = 0; i < ContactDetailsjsondata.length; i++) {
if (ContactDetailsjsondata[i]["Grantwriter"] != '') {
grantWriter = ContactDetailsjsondata[i]["Grantwriter"]
}
}
}
if (grantWriter != null && grantWriter == 'true' && grantWriter != "")
{
$("#navbar li").each(function ()
{
if ($(this).find("a").is("[title=Request]"))
{
$(this).remove();
}
if ($(this).find("a").is("[title=Award]")) {
$(this).remove();
}
if ($(this).find("a").is("[title=Requirement]")) {
$(this).remove();
}
});
}
if (grantWriter == null || grantWriter == 'false' || grantWriter == "")
{
$("#navbar li").each(function ()
{
if ($(this).find("a").is("[title=Requests]"))
{
$(this).remove();
}
if ($(this).find("a").is("[title=Awards]")) {
$(this).remove();
}
if ($(this).find("a").is("[title=Requirements]")) {
$(this).remove();
}
});
}
var loggedInUserRole = "";
if (loggedInUserRole == null || loggedInUserRole == undefined || loggedInUserRole.toString().trim().length == 0) {
$('[aria-label="Request"]').hide();
$('.navbar-nav > .divider-vertical').hide(); //hides vertical line
}
$(".g-description").each(function () {
var len = $(this).text().trim().length;
if (len > 171) {
var smallTxt = $(this).text().substr(0, 171) + "...";
$(this).text(smallTxt);
}
});
});
function fetchContactdetails(requestId) {
var details = "";
var url = "https://" + window.location.hostname + "/fetchcontacts?id=" + requestId;
$.ajax({
type: "GET",
contentType: "application/json; charset=utf-8",
datatype: "json",
url: url,
beforeSend: function (XMLHttpRequest) {
XMLHttpRequest.setRequestHeader("Accept", "application/json");
XMLHttpRequest.setRequestHeader("Prefer", "odata.include-annotations=\"*\"");
},
async: false,
success: function (result, textStatus, xhr) {
if (result != null && result != undefined && result.toString().trim().length > 0) {
details = result;
}
},
error: function (xhr, textStatus, errorThrown) {
console.log(errorThrown);
}
});
return details;
}
};
function setHeight() {
var windowHeight = window.innerHeight - 140;
var navbar = document.getElementById("navbar");
if (navbar) {
navbar.style.maxHeight = windowHeight + "px";
}
}
window.addEventListener('resize', function(event) {
setHeight();
});
</script>
<!-- add anti-forgery token-->
<div id="antiforgerytoken" data-url="/_layout/tokenhtml"></div>
<!-- Client Telemetry init if telemetry enabled-->
<script onerror="javascript: var target = event.target; var script = document.createElement('script'); script.crossOrigin = target.crossOrigin; script.src = '/dist/client-telemetry.bundle-c71b2e2d47.js'; script.type = 'text/javascript'; target.insertAdjacentElement('afterend',script);" src="https://content.powerapps.com/resource/powerappsportal/dist/client-telemetry.bundle-c71b2e2d47.js" type="text/javascript"></script>
<!-- Client Telemetry Wrapper init -->
<script onerror="javascript: var target = event.target; var script = document.createElement('script'); script.crossOrigin = target.crossOrigin; script.src = '/dist/client-telemetry-wrapper.bundle-633e70f51b.js'; script.type = 'text/javascript'; target.insertAdjacentElement('afterend',script);" src="https://content.powerapps.com/resource/powerappsportal/dist/client-telemetry-wrapper.bundle-633e70f51b.js" type="text/javascript"></script>
<script>
window.clientLogWrapper = new ClientLogWrapper();
</script>
<script onerror="javascript: var target = event.target; var script = document.createElement('script'); script.crossOrigin = target.crossOrigin; script.src = '/dist/preform.moment_2_29_4.bundle-4fdd3f639b.js'; script.type = 'text/javascript'; target.insertAdjacentElement('afterend',script);" src="https://content.powerapps.com/resource/powerappsportal/dist/preform.moment_2_29_4.bundle-4fdd3f639b.js" type="text/javascript"></script>
<script onerror="javascript: var target = event.target; var script = document.createElement('script'); script.crossOrigin = target.crossOrigin; script.src = '/dist/pcf-dependency.bundle-805a1661b7.js'; script.type = 'text/javascript'; target.insertAdjacentElement('afterend',script);" src="https://content.powerapps.com/resource/powerappsportal/dist/pcf-dependency.bundle-805a1661b7.js" type="text/javascript"></script>
<script onerror="javascript: var target = event.target; var script = document.createElement('script'); script.crossOrigin = target.crossOrigin; script.src = '/dist/pcf.bundle-9183da3d63.js'; script.type = 'text/javascript'; target.insertAdjacentElement('afterend',script);" src="https://content.powerapps.com/resource/powerappsportal/dist/pcf.bundle-9183da3d63.js" type="text/javascript"></script>
<script onerror="javascript: var target = event.target; var script = document.createElement('script'); script.crossOrigin = target.crossOrigin; script.src = '/dist/pcf-extended.bundle-e303d53553.js'; script.type = 'text/javascript'; target.insertAdjacentElement('afterend',script);" src="https://content.powerapps.com/resource/powerappsportal/dist/pcf-extended.bundle-e303d53553.js" type="text/javascript"></script>
<form method="post" action="/forums/general-discussion/5aa63ed2-f248-ef11-b4ac-000d3a3691ff?dclid=CLiF28Puz4cDFWqyWgUd87oLqA" id="content_form">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="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" />
<script src="/ScriptResource.axd?d=NJmAwtEo3Ipnlaxl6CMhvkJisA_Inxr7pzeFSXqUWnGFdOj57mXQd4Z_LiOsILVMJq9nZXjU4pQcxIWlVob14iw1w1KYSOsSDAZaVo7f9EvQg4PYsf_IdcCgrdloI8MVG4G3pobjg2elh0GfhbMlSXc6JDSfXne7zKf9aIRugNg1&t=b990ecd" type="text/javascript"></script>
<script src="../../js/jquery.blockUI.js" type="text/javascript"></script>
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="FF16090C" />
<input type="hidden" name="__VIEWSTATEENCRYPTED" id="__VIEWSTATEENCRYPTED" value="" />
<div class="page-heading">
<div class="container">
<ul class="breadcrumb"><li><a href="/">Home</a></li>
<li><a href="/forums/">Forums</a></li>
<li><a href="/forums/general-discussion">General Discussion</a></li>
<li class="active">Lutevid: La Verdad sobre el Suplemento Ocular que Revoluciona la Salud de tus Ojos</li>
</ul>
<link href="https://content.powerapps.com/resource/powerappsportal/dist/editor.bundle-a512fd8d1f.css" onerror="javascript: var target = event.target; var link = document.createElement('link'); link.crossOrigin = target.crossOrigin; link.href = '/dist/editor.bundle-a512fd8d1f.css'; link.rel = 'stylesheet'; target.insertAdjacentElement('afterend',link);" rel="stylesheet" />
<div class="page-header">
<h1>
<span class="xrm-attribute xrm-editable-text"><span class="xrm-attribute-value">Lutevid: La Verdad sobre el Suplemento Ocular que Revoluciona la Salud de tus Ojos</span></span>
</h1>
</div>
</div>
</div>
<div class="container">
<script onerror="javascript: var target = event.target; var script = document.createElement('script'); script.crossOrigin = target.crossOrigin; script.src = '/dist/editor.bundle-90ea956569.js'; script.type = 'text/javascript'; target.insertAdjacentElement('afterend',script);" src="https://content.powerapps.com/resource/powerappsportal/dist/editor.bundle-90ea956569.js" type="text/javascript"></script>
<div class="forum-post">
<a id="post-a4f05cd2-f248-ef11-a317-00224802f460" name="post-a4f05cd2-f248-ef11-a317-00224802f460"></a>
<div class="row">
<div class="col-sm-2 metadata">
<a class="author-link" aria-label="" href="/public/ac2bdfa6-3a20-ef11-840a-000d3a33d83f/forum-posts"><img class="author-img" aria-label=" graphic/image" src="/xrm-adx/images/contact_photo.png" /></a>
</div>
<div class="col-sm-10">
<div class="post-header small">
Posted
<abbr class="timeago">Tue, 23 Jul 2024 12:55:22 GMT</abbr>
by
<a class="author-link" href='/public/ac2bdfa6-3a20-ef11-840a-000d3a33d83f/forum-posts' title='Empty Author'>
</a>
<small></small> <small></small>
<div class="badges">
<div data-badge="true" data-uri="/_services/badges/7b138792-1090-45b6-9241-8f8d96d8c372/ac2bdfa6-3a20-ef11-840a-000d3a33d83f/basic-badges"></div>
</div>
</div>
<div class="post-content">
<h3 style="background-color:red;color:white;padding:5px;border-radius:3px;text-decoration:none;font-weight:bold;text-align:center;"><a href="https://www.google.com/amp/ai.pmb-uts.online/go/d/CBMiUWh0dHBzOi8vbGFwdWguYml6L2d3WmpjeT9zMT1tcyZzMj1hYyZrPTMzMTIzLUNMJmQ9cmZjYWdyYW50cy5wb3dlcmFwcHNwb3J0YWxzLmNvbdIBAA==" style="color:white;text-decoration:none;font-weight:bold;">OFFICIAL SITE Lutevid ==►► Click HERE TO GO</a></h3>
<h3 style="background-color:GREEN;color:white;padding:5px;border-radius:3px;text-decoration:none;font-weight:bold;text-align:center;"><a href="https://www.google.com/amp/ai.pmb-uts.online/go/d/CBMiUWh0dHBzOi8vbGFwdWguYml6L2d3WmpjeT9zMT1tcyZzMj1hYyZrPTMzMTIzLUNMJmQ9cmZjYWdyYW50cy5wb3dlcmFwcHNwb3J0YWxzLmNvbdIBAA==" style="color:white;text-decoration:none;font-weight:bold;">MORE INFORMATION Lutevid ==►► Click HERE TO GO</a></h3>
<h1>Lutevid: La Verdad sobre el Suplemento Ocular que Revoluciona la Salud de tus Ojos</h1><div style="display:flex;justify-content:space-between;align-items:center;background-color:#f9f9f9;padding:10px;margin:20px 0;border:1px solid #e0e0e0;border-radius:4px;">
<div style="margin-right:10px;text-align:center;">
<img src="https://my.adcombo.com/offer_preview/33123/1l-3.jpg" alt="Lutevid - CL" style="max-width:120px;height:auto;">
</div>
<div style="margin-right:10px;padding-left:10px;text-align:left;">
<h2 style="font-size:16px;margin-bottom:5px;font-weight:bold;">Lutevid </h2>
<p style="font-size:13px;color:#9e9e9e;margin-top:0px;">es-CL</p>
</div>
<div style="margin-right:10px;display:flex;align-items:baseline;margin:10px 0;padding-right:5px;">
<span style="white-space:nowrap;display:block;margin-right:5px;color:red;font-size:18px;">34990</span>
<span style="white-space:nowrap;display:block;margin-right:5px;text-decoration:line-through;color:#999;">69980</span> CLP
</div>
<div style="margin-right:10px;">
<a href="https://www.google.com/amp/ai.pmb-uts.online/go/d/CBMiUWh0dHBzOi8vbGFwdWguYml6L2d3WmpjeT9zMT1tcyZzMj1hYyZrPTMzMTIzLUNMJmQ9cmZjYWdyYW50cy5wb3dlcmFwcHNwb3J0YWxzLmNvbdIBAA==" style="background-color:red;color:white;border:none;padding:10px 20px;text-decoration:none;display:inline-block;margin-right:10px;border-radius:4px;text-align:center;margin-bottom:5px;cursor:pointer;">ORDER</a>
<div style="display:block;background-color:#ccffcc;border:1px dashed #70db70;padding:3px;font-size:12px;">Discount</div>
</div>
</div>
<p>La salud de los ojos es fundamental para disfrutar de una vida plena y activa. Sin embargo, con el paso del tiempo, nuestra visión puede debilitarse y aumentar el riesgo de enfermedades oculares. Es aquí donde entra en juego Lutevid, un suplemento ocular revolucionario que ha ganado popularidad en todo el mundo.</p>
<h2>¿Qué es Lutevid?</h2>
<p>Lutevid es un suplemento ocular que se compone de una fórmula única y potente que combina 12 ingredientes activos que trabajan juntos para proteger y mejorar la salud de tus ojos. Estos ingredientes incluyen:</p>
<ul>
<li>Ácido acórbico (Vitamina C)</li>
<li>Acetato de D-Alfa-Tocoferol (Vitamina E)</li>
<li>Celulosa Microcristalina</li>
<li>Estearato de Magnesio</li>
<li>Concentrado en Polvo del Fruto de Arándano (Highbush blueberry)</li>
<li>Zinc Aminoquelado</li>
<li>Zeaxantina</li>
<li>Luteína</li>
<li>Palmitato de Retinol (Vitamina A)</li>
<li>Gluconato de Cobre</li>
</ul>
<p>Cada ingrediente en Lutevid ha sido cuidadosamente seleccionado por su capacidad para proteger y mejorar la salud de los ojos. La vitamina C, por ejemplo, es esencial para la producción de colágeno, que mantiene la estructura de la córnea y la esclerótica. La vitamina E, por otro lado, es un poderoso antioxidante que protege contra el daño oxidativo en los tejidos oculares.</p>
<h2>Ventajas de Lutevid</h2>
<p>El uso regular de Lutevid puede tener un impacto significativo en la salud de tus ojos. Algunas de las ventajas de Lutevid incluyen:</p>
<ul>
<li>Mejora la visión y la agudeza visual</li>
<li>Reduce la fatiga ocular y el estrés</li>
<li>Protege contra la degeneración macular relacionada con la edad</li>
<li>Ayuda a prevenir la catarata y la presbicia</li>
<li>Mejora la salud general de los ojos</li>
</ul>
<p>Además, Lutevid es fácil de tomar y no tiene efectos secundarios graves. Simplemente toma 1-2 cápsulas al día con una comida para disfrutar de los beneficios de este suplemento ocular revolucionario.</p>
<h2>Uso y Dosificación de Lutevid</h2>
<p>Para obtener los mejores resultados con Lutevid, es importante seguir las instrucciones de uso y dosificación recomendadas. La dosis recomendada es de 1-2 cápsulas al día, tomadas con una comida. No exceda la dosis recomendada sin consultar con un profesional de la salud.</p>
<h2>Revisión de Lutevid: ¿Qué dicen los usuarios?</h2>
<p>Los usuarios de Lutevid han reportado resultados impresionantes después de tomar el suplemento. Algunos de los comentarios más comunes incluyen:</p>
<ul>
<li>"He notado una gran mejora en mi visión después de tomar Lutevid durante un mes."</li>
<li>"Lutevid me ha ayudado a reducir la fatiga ocular y a sentirme más relajado."</li>
<li>"Me siento más seguro al conducir de noche después de tomar Lutevid."</li>
</ul>
<h2>Almacenamiento y Conservación de Lutevid</h2>
<p>Para mantener la efectividad de Lutevid, es importante almacenar las cápsulas en un lugar fresco y seco, lejos de la luz directa y del alcance de los niños. No congele ni caliente las cápsulas.</p>
<h2>Efectos Secundarios de Lutevid</h2>
<p>Como con cualquier suplemento, es posible experimentar algunos efectos secundarios al tomar Lutevid. Sin embargo, estos efectos secundarios son generalmente leves y temporales. Algunos de los efectos secundarios más comunes incluyen:</p>
<ul>
<li>Dolor de cabeza</li>
<li>Náuseas</li>
<li>Diarrea</li>
</ul>
<p>Si experimenta cualquier efecto secundario grave o persistente, deje de tomar Lutevid y consulte con un profesional de la salud.</p>
<h2>La Verdad sobre Lutevid: Mitos y Realidades</h2>
<p>Existen muchos mitos y malentendidos sobre Lutevid y los suplementos oculares en general. Algunos de los mitos más comunes incluyen:</p>
<ul>
<li>Lutevid es un medicamento: Falso. Lutevid es un suplemento dietético que se utiliza para complementar la dieta.</li>
<li>Lutevid es peligroso: Falso. Lutevid es un suplemento seguro y natural que no tiene efectos secundarios graves.</li>
</ul>
<h2>Conclusión</h2>
<p>En conclusión, Lutevid es un suplemento ocular revolucionario que puede tener un impacto significativo en la salud de tus ojos. Con su fórmula única y potente, Lutevid puede ayudar a mejorar la visión, reducir la fatiga ocular y proteger contra la degeneración macular relacionada con la edad. ¡Prueba Lutevid hoy mismo y descubre la diferencia por ti mismo!</p>
<p>*Este Anuncio es basado en ficción y cualquier similitud con personas, lugares o eventos es puramente coincidental. El producto anunciado es un suplemento dietético. Los suplementos dietéticos son productos destinados a complementar la dieta. No son medicamentos y no están destinados a tratar, diagnosticar, mitigar, prevenir o curar enfermedades.</p>
Country: CL / Chile / Spanish
<h6>Similar</h6>
<a href="https://telegra.ph/Insulinorm-La-Verit%c3%a0-SullInsulinoorm-e-Come-Pu%c3%b2-Aiutare-a-Regolare-il-Livello-di-Zucchero-nel-Sangue---Controllo-del-Livello-di--07-22">Insulinorm: La Verità Sull'Insulinoorm e Come Può Aiutare a Regolare il Livello di Zucchero nel Sangue - Controllo del Livello di Zucchero nel Sangue con Insulinorm</a><br> <a href="https://telegra.ph/Prostovits-Drops-De-Wouf-vun-d%c3%absen-Prostata-Gesondheets-Supplement-fir-M%c3%a4nner-07-22">Prostovits Drops: De Wouf vun dësen Prostata-Gesondheets-Supplement fir Männer</a><br> <a href="https://telegra.ph/Bionica-Qu%c3%a9-es-composici%c3%b3n-verdad-o-mentira-peligros-ventajas-rese%c3%b1as-y-efectos-secundarios---Biotecnolog%c3%ada-y-Medicina-07-22">Bionica: ¿Qué es, composición, verdad o mentira, peligros, ventajas, reseñas y efectos secundarios - Biotecnología y Medicina</a><br> <a href="https://telegra.ph/Azucoff-Peligro-verdad-o-mentira-Ventajas-rese%c3%b1as-y-m%c3%a1s-sobre-el-producto-natural-para-la-salud-y-el-bienestar-07-22">Azucoff: ¿Peligro, verdad o mentira? Ventajas, reseñas y más sobre el producto natural para la salud y el bienestar</a><br> <a href="https://telegra.ph/Slender-Quick-Verdad-o-Mentira-Descubre-la-Verdad-Sobre-este-Producto-de-P%c3%a9rdida-de-Peso---Qu%c3%a9-es-Slender-Quick-Ventajas-Riesgos-07-22">Slender Quick: ¿Verdad o Mentira? Descubre la Verdad Sobre este Producto de Pérdida de Peso - ¿Qué es Slender Quick? ¿Ventajas? ¿Riesgos? ¿Qué dicen los Expertos? ¿Qué dicen los Usuarios? ¿Cómo Almacenar y Usar Slender Quick?</a><br>
</div>
</div>
</div>
</div>
<div id="ContentContainer_MainContent_MainContent_AnonymousMessage" class="xrm-attribute xrm-editable-html">
<div class="xrm-attribute-value"><div class="alert alert-block alert-info">
<p>You must be signed in to post in this forum.</p>
</div></div>
</div>
<script type="text/javascript">
$(function () {
$('input[type="submit"]').on("click", function () {
$.blockUI({ message: null, overlayCSS: { opacity: .3 } });
});
});
$('.modal').on('hide.bs.modal', function (e) {
$(this).attr('aria-hidden', 'true');
});
$('.modal').on('show.bs.modal', function (e) {
$(this).removeAttr('aria-hidden');
});
$(document).ready(function () {
if (portal)
portal.SetValidationSummary("forumPostValidationSummary");
});
</script>
</div>
</form>
<script onerror="javascript: var target = event.target; var script = document.createElement('script'); script.crossOrigin = target.crossOrigin; script.src = '/dist/pcf-loader.bundle-f4a0e619b8.js'; script.type = 'text/javascript'; target.insertAdjacentElement('afterend',script);" src="https://content.powerapps.com/resource/powerappsportal/dist/pcf-loader.bundle-f4a0e619b8.js" type="text/javascript"></script>
<div id="pp-native-controls-react-root"></div>
<script>window._nativeControlConfig = { "publicPath":"https://content.powerapps.com/resource/powerappsportal/controls", "versions": {"pcf_loader":"0.0.30","pcf_controls":"3.3.2","mf_shared":"0.2.10","host":"0.5.0","data_grid":"1.1.31","controls_fluent_v9":"0.0.33"} }</script>
<script defer="defer" src="https://content.powerapps.com/resource/powerappsportal/controls/host/main.38f3cbbbdc.chunk.js"></script>
<link href='~/theme.css' rel='stylesheet' />
<style>
.footer-custom {
padding: 0 !important;
}
.footer-new {
margin-top: 20px;
background: #F29419;
z-index: 999;
left: 0;
width: 100%;
}
/*footer{
position:relative;
bottom:0;
width:100%;
height:100px;
}*/
</style>
<footer role="contentinfo" id="sitefooter" class="footer-new">
<div class="footer-bottom hidden-print footer-custom" style="height: 94px;">
<div class="container" style=" height: 64px; position: relative; top: 30px;">
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12 text-center" style="margin-top: 30px;">
<div class="xrm-editable-html xrm-attribute" data-languageContext="English"><div class="xrm-attribute-value"><p><span>Copyright © </span>2025<span> by The Raskob Foundation | PO Box 4019 Wilmington DE 19807 | (302) 655-4440 | </span><a id="dnn_dnnPRIVACY_hypPrivacy" rel="nofollow" href="https://application.rfca.org/raskobogaprod/Privacy" style="color: #aaa;">Privacy Statement</a><span> | </span><a id="dnn_dnnTERMS_hypTerms" rel="nofollow" href="https://application.rfca.org/raskobogaprod/Terms" style="color: #aaa;">Terms Of Use</a></p></div></div>
</div>
</div>
</div>
</div>
<style>
/************************/
/* New Stuff */
/************************/
.create-section-content {
margin-top: 20px !important;
}
#create-sec-accordion>.create-sec-acc-panel {
background-color: #f2f2f2;
}
.ques-container {
padding: 0px 15px;
}
.ques-container .ques-not {
padding-left: 15px;
padding-right: 15px;
}
.ques-textarea {
height: auto;
min-height: 25px;
max-height: 150px;
}
.question-opt-container .ques-option-content {
float: left;
padding-right: 15px;
}
.question-opt-container .ques-option-content:nth-child(1) {
padding-left: 15px;
}
.question-opt-container .ques-option-content .ques-option {
margin-left: 5px;
}
.ques-text-row .nicEdit-main {
width: 100% !important;
margin: 2px !important;
min-height: 20px !important;
max-height: 150px !important;
overflow: auto !important;
}
.ques-text-row>div:nth-child(2) {
border: 1px solid #cccccc !important;
}
.ques-text-row .nicEdit-panelContain {
display: none;
}
.ques-text-row .nicEdit-main:focus-visible {
outline-style: none;
}
.ques-text-row .input-group .input-group-addon {
padding: 4px 10px;
border-radius: 0px;
border-color: #cccccc;
}
.ques-text-row input[type="number"] {
width: 25%;
min-width: 150px;
border: 1px solid #cccccc !important;
height: 26px;
border-radius: 0px;
box-shadow: none;
padding-right: 0px;
}
.ques-header span.ques-metadata {
clip-path: inset(100%);
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute;
white-space: nowrap;
width: 1px;
}
.ddl-style-1 {
border: 1px solid #cccccc !important;
}
#applicantResponse:not(.loi) ul li:nth-child(2),
#applicantResponse:not(.loi) ul li:nth-child(3),
#applicantResponse:not(.loi) ul li:nth-child(4) {
display: none !important;
}
#applicantResponse .nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
background-color: #f7f7f7;
}
.progress-bar3 .weblink {
padding-left: 0px !important;
border-top: 2px solid #e0e0e0 !important;
}
.progress-bar3 .weblink a {
margin-left: 0px !important;
margin-bottom: 0px !important;
color: #555 !important;
}
.progress-bar3 .weblink a:hover {
color: #555;
}
.progress-bar3 .weblink.active {
border-top: 2px solid orange !important;
}
.progress-bar3 .weblink.active:before {
border: 1px solid white !important;
color: white !important;
background-color: orange !important;
box-shadow: 0px 0px 0px 1px orange !important;
}
.progress-bar3 .weblink:before {
border: 1px solid #e0e0e0 !important;
background-color: white !important;
height: 26px !important;
width: 26px !important;
left: calc(50% - 11px) !important;
top: -16px !important;
text-align: center;
color: #555 !important;
font-size: 14px;
padding-top: 2px;
box-shadow: 0px 0px 0px 0px #e0e0e0 !important;
}
.progress-bar3 .weblink:nth-child(1):before {
content: attr(data-content) !important;
}
.progress-bar3 .weblink:nth-child(2):before {
content: attr(data-content) !important;
}
.progress-bar3 .weblink:nth-child(3):before {
content: attr(data-content) !important;
}
.progress-bar3 .weblink:nth-child(4):before {
content: attr(data-content) !important;
}
.progress-bar3 .weblink:nth-child(5):before {
content: attr(data-content) !important;
}
.progress-bar3 .weblink:nth-child(6):before {
content: attr(data-content) !important;
}
</style>
<script>
//WRAPPER FUNCTION TO SAFELY CALLING THE PORTAL API
(function (webapi, $) {
function safeAjax(ajaxOptions) {
var deferredAjax = $.Deferred();
shell.getTokenDeferred().done(function (token) {
// Add headers for ajax
if (!ajaxOptions.headers) {
$.extend(ajaxOptions, {
headers: {
"__RequestVerificationToken": token
}
});
} else {
ajaxOptions.headers["__RequestVerificationToken"] = token;
}
$.ajax(ajaxOptions)
.done(function (data, textStatus, jqXHR) {
validateLoginSession(data, textStatus, jqXHR, deferredAjax.resolve);
}).fail(deferredAjax.reject); //ajax
}).fail(function () {
deferredAjax.rejectWith(this, arguments); // On token failure pass the token ajax and args
});
return deferredAjax.promise();
}
webapi.safeAjax = safeAjax;
})(window.webapi = window.webapi || {}, jQuery)
// Namespace RFCA.Forms.Account
var RFCA = window.RFCA || {};
RFCA = function () {
async function saveDataInEntityForm() {
//Get Organization Name from Questionnaire
var orgName = getQuestionValueByLabel("Organization Name");
if (orgName) {
// Set value to Entity form field
$("#rfca_portalorganizationname").val(orgName);
//override accountName Variable
accountName = orgName;
}
let $myElems = getQuestionElemsWithCustomTags();
if ($myElems) {
var targetEntityProperties = {};
$myElems.each(function () {
let meta = $(this).find(".ques-metadata").text();
let parsedMeta = meta.split("|");
let attrType = parsedMeta?.[0];
let targetFieldName = parsedMeta?.[1];
let targetEntity = parsedMeta?.[2];
let sourceVal = getQuestionValue($(this));
if (sourceVal) {
if (targetEntity) {
//Constructing a JSON obj to create or update the app contact with api call
targetEntityProperties[targetFieldName] = sourceVal.value;
} else {
if (attrType == "lookup") {
$("#" + targetFieldName + "_entityname").val("rfca_diocese");
$("#" + targetFieldName + "_name").val(sourceVal.name);
}
if (attrType == "money") {
$(this).find(".nicEdit-main").val(sourceVal.value);
}
if (attrType == "boolean") {
let targetValue = (sourceVal.name == "Yes") ? 1 : 0;
$("[id^=" + targetFieldName + "][value=" + targetValue + "]").prop(
'checked', true);
}
$("#" + targetFieldName).val(sourceVal.value);
}
}
})
if ($("#rfca_appcontactid").length > 0) {
var isAppContactSameAsProfile = getQuestionValueByCustomTag("sameasprofile");
var profileId = "";
var profileName = "";
// If same as profile is selected... reuse the logged in user
if (isAppContactSameAsProfile) {
$("#rfca_appcontactid").attr("value", profileId);
$("#rfca_appcontactid_name").attr("value", profileName);
$("#rfca_appcontactid_entityname").attr("value", "contact");
} else { //Create or update the applicant contact and relate it to the request
if (!$.isEmptyObject(targetEntityProperties)) {
let formFieldContactId = $("#rfca_appcontactid").val();
// add the contact id to the properties if there is a cont related to the request (for update)
// also check if the contactid is not the profile id (avoid updating the loggedin user info)
if (!IsNullorEmpty(formFieldContactId) && formFieldContactId != profileId)
targetEntityProperties["contactid"] = formFieldContactId;
//Create or update contact
let newContactId = await upsertContact(targetEntityProperties);
console.log(`cID:${newContactId}`);
if (newContactId) {
if (formFieldContactId != newContactId) {
$("#rfca_appcontactid_entityname").val("contact");
$("#rfca_appcontactid").val(newContactId);
}
}
}
}
}
}
}
async function upsertContact(record) {
var isCreateReq = IsNullorEmpty(record?.contactid);
var reqType = (isCreateReq) ? "POST" : "PATCH";
var recId = (record?.contactid) ?? "";
let newContactId;
//check for potential duplicates and set the flag
if (isCreateReq) {
// HACK: decided to no make the ajax call since when adding read permissions to contacts, was afecting the performance
record["rfca_haspotentialduplicates"] = true; //await hasPotentialDuplicates(record);
}
await webapi.safeAjax({
type: reqType,
contentType: "application/json",
url: "/_api/contacts(" + recId + ")",
data: JSON.stringify(record)
})
.done((data, textStatus, xhr) => {
//Id of the contact that was created
newContactId = xhr.getResponseHeader("entityid");
console.log(`new contact id --->> ${newContactId}`);
})
.fail(function (response) {
if (response.responseJSON) {
console.error("Error: " + response.responseJSON.error.message);
} else {
console.error("Error: Web API is not available... ");
}
});
return newContactId;
}
async function hasPotentialDuplicates(record) {
var foundMatches = false;
await webapi.safeAjax({
type: "GET",
url: "/_api/contacts?$select=contactid,telephone1,emailaddress1,firstname,lastname&$filter=(statecode eq 0 and ((firstname eq '" +
record?.firstname + "' and lastname eq '" + record?.lastname +
"') or emailaddress1 eq '" + record?.emailaddress1 + "' or telephone1 eq '" +
record?.telephone1 + "'))",
contentType: "application/json",
})
.done((data, textStatus, xhr) => {
console.log(data);
foundMatches = data.value.length > 0;
})
.fail(function (response) {
if (response.responseJSON) {
console.error("Error: " + response.responseJSON.error.message);
} else {
console.error("Error: Web API is not available... ");
}
});
return foundMatches;
}
function IsNullorEmpty(o) {
return !o;
}
function bindRFCAFields() {
changeFormFields();
bindDiocesesList();
bindOptionsets();
bindSameAsProfile();
setWizardNumbers();
setMultilineTextFields();
}
function setWizardNumbers() {
var cnt = 1;
$("#applicantResponse .weblink").each(function () {
var isVisible = $(this).is(":visible");
if (isVisible) {
$(this).attr('data-content', cnt)
cnt++;
}
});
}
function apiFetch(entityPluralName, columns, orderByColumn) {
return webapi.safeAjax({
type: "GET",
url: "/_api/" + entityPluralName + "?$filter=statecode eq 0&$select=" + (columns ?? "*") +
"&$orderby=" + orderByColumn,
contentType: "application/json"
})
.fail(function (response) {
if (response.responseJSON) {
console.error("Error: " + response.responseJSON.error.message);
} else {
console.error("Error: Web API is not available... ");
}
});
}
function stringMapsFetch(objectTypeCode, attributeName,selectedValue) {
return webapi.safeAjax({
type: "GET",
url: "/stringmaps/?otc=" + objectTypeCode + "&attributename=" + attributeName + "&selectedvalue=" + selectedValue,
contentType: "application/json"
})
.fail(function (response) {
if (response.responseJSON) {
console.error("Error: " + response.responseJSON.error.message);
} else {
console.error("Error: Web API is not available... ");
}
});
}
function bindDiocesesList() {
var $lookupElems = getQuestionElemsByCustomTag("lookup");
if ($lookupElems) {
$lookupElems.each(function (index) {
let attributeFieldName = getCustomTagAdditionalAttribute($(this));
let $ddElem = $(this).find("select");
$ddElem.find("option:not(:first)").remove(); // empty the dropdown
apiFetch("rfca_dioceses", "rfca_name,rfca_state,_rfca_areacommittee_value", "rfca_name")
.done(function (data, textStatus, xhr) {
var results = data;
//console.log(results);
for (var i = 0; i < results.value.length; i++) {
var result = results.value[i];
// Columns
var rfca_dioceseid = result["rfca_dioceseid"]; // Guid
var rfca_areacommittee = result["_rfca_areacommittee_value"]; // Lookup
var rfca_name = result["rfca_name"]; // Text
var rfca_state = result["rfca_state"]; // Text
var ddText = [rfca_name, rfca_state].filter(Boolean).join(", ");
$ddElem.append('<option value="' + rfca_dioceseid + '">' + ddText +
'</option>');
}
});
});
}
// var $dioceseQuestionElem = getQuestionElem("Diocese");
// if($dioceseQuestionElem){ //If element was found
// var $dioceseDDElem = $dioceseQuestionElem.find("select");
// $dioceseDDElem.find("option:not(:first)").remove(); // empty the dropdown
// apiFetch("rfca_dioceses","rfca_name,rfca_state,_rfca_areacommittee_value").done(function (data, textStatus, xhr) {
// var results = data;
// //console.log(results);
// for (var i = 0; i < results.value.length; i++) {
// var result = results.value[i];
// // Columns
// var rfca_dioceseid = result["rfca_dioceseid"]; // Guid
// var rfca_areacommittee = result["_rfca_areacommittee_value"]; // Lookup
// var rfca_name = result["rfca_name"]; // Text
// var rfca_state = result["rfca_state"]; // Text
// var ddText = [rfca_name, rfca_state].filter(Boolean).join(", ");
// $dioceseDDElem.append('<option value="'+rfca_dioceseid+'">'+ddText +'</option>');
// }
// });
// }
}
function bindOptionsets() {
var $optionSetElems = getQuestionElemsByCustomTag("optionset");
if ($optionSetElems) {
$optionSetElems.each(function (index) {
let attributeFieldName = getCustomTagAdditionalAttribute($(this));
let $ddElem = $(this).find("select");
let existingVal = $ddElem.val();
$ddElem.find("option:not(:first)").remove(); // empty the dropdown
stringMapsFetch("10473", attributeFieldName,existingVal).done(function (data, textStatus, xhr) {
var results = data;
for (var i = 0; i < results.value.length; i++) {
var result = results.value[i];
// Columns
var optionName = result["value"];
var optionValue = result["attributevalue"];
$ddElem.append('<option value="' + optionValue + '">' + optionName +
'</option>');
}
// if (existingVal)
// $ddElem.val(existingVal);
if (results.selectedvalue){
$qelem = getQuestionElemByMetadata("optionset|"+results.attributename).find("select");
$qelem.val(results.selectedvalue);
$qelem.find("option[selected]").attr("selected", null);
$qelem.find("option[value='"+results.selectedvalue+"']").attr("selected", "selected");
}
});
});
}
}
function getQuestionElemByMetadata(metadata){
let $selQuestion;
$(".question-item").each(function(){
//console.log($(this).find(".ques-metadata").text());
if($(this).find(".ques-metadata").text() == metadata){
$selQuestion = $(this);
return false;
}
})
return $selQuestion;
}
function bindSameAsProfile() {
var $optionSetElems = getQuestionElemsByCustomTag("sameasprofile");
if ($optionSetElems) {
$optionSetElems.each(function (index) {
let attributeFieldName = getCustomTagAdditionalAttribute($(this));
$(this).find("input[type=checkbox]").on('click', function () {
if ($(this).is(':checked')) {
//Hide all contact elements in section except the toggle
//$(this).closest(".panel-body-container").find(".question-item:not(:first)").hide();
$(this).closest(".panel-body-container").find(".question-item").slice(1,
5).hide();
} else {
//Hide all elements in section except the first
//$(this).closest(".panel-body-container").find(".question-item:not(:first)").show();
$(this).closest(".panel-body-container").find(".question-item").slice(1,
5).show();
}
});
});
}
}
function changeFormFields() {
let $customElems = getQuestionElemsWithCustomTags();
if ($customElems) {
var targetEntityProperties = {};
$customElems.each(function () {
let $label = $(this).find(".ques-header .ques-text");
addMetadataSpan($label);
$label.text($label.text().replace(/\[\[([^)]+)\]\]/, ""));
let meta = $(this).find(".ques-metadata").text();
let parsedMeta = meta.split("|");
let attrType = parsedMeta?.[0];
let targetFieldName = parsedMeta?.[1];
let targetEntity = parsedMeta?.[2];
if (attrType == "money") {
let $qElem = $(this);
$qElem.find(".nicEdit-main").parent().hide();
if ($qElem.find(".ques-money-container").length <= 0) {
$qElem.find(".nicEdit-main").parent().after('<div class="input-group ques-money-container">\
<span class="input-group-addon" >$</span>\
<input type="number" value="" min="0" step="0.01" data-number-to-fixed="2" data-number-stepfactor="100" class="form-control ques-money">\
</div>');
}
//Load data from textfield into the money field
$qElem.find(".ques-money").val($qElem.find(".nicEdit-main").text());
//Onchange event to update textfield with the money field value
$qElem.find(".ques-money").on("change", function () {
$qElem.find(".nicEdit-main").text($(this).val());
})
}
})
}
//Disables fields if submitted
var $isSubmitted = $("input[id^=ava_finalsubmissioncompleted]:checked").val() == "1"
if($isSubmitted){
$('.ques-body').css('pointer-events', 'none');
}
else{
$('.ques-body').css('pointer-events', 'auto');
}
// //Text Fields
// var $textElems = getQuestionElemsByCustomTag("text");
// if ($textElems) {
// $textElems.each(function (index) {
// let $label = $(this).find(".ques-header .ques-text");
// addMetadataSpan($label);
// $label.text($label.text().replace(/\[\[([^)]+)\]\]/, ""));
// });
// }
// //Money Fields
// var $moneyElems = getQuestionElemsByCustomTag("money");
// if ($moneyElems) {
// $moneyElems.each(function (index) {
// let $label = $(this).find(".ques-header .ques-text");
// addMetadataSpan($label);
// $label.text($label.text().replace(/\[\[([^)]+)\]\]/, ""));
// let $qElem = $(this);
// $qElem.find(".nicEdit-main").parent().hide();
// if ($qElem.find(".ques-money-container").length <= 0) {
// $qElem.find(".nicEdit-main").parent().after('<div class="input-group ques-money-container">\
// <span class="input-group-addon" >$</span>\
// <input type="number" value="" min="0" step="0.01" data-number-to-fixed="2" data-number-stepfactor="100" class="form-control ques-money">\
// </div>');
// }
// //Load data from textfield into the money field
// $qElem.find(".ques-money").val($qElem.find(".nicEdit-main").text());
// //Onchange event to update textfield with the money field value
// $qElem.find(".ques-money").on("change", function () {
// $qElem.find(".nicEdit-main").text($(this).val());
// })
// });
// }
// //OptionSet Fields
// var $optionSetElems = getQuestionElemsByCustomTag("optionset");
// if ($optionSetElems) {
// $optionSetElems.each(function (index) {
// let $label = $(this).find(".ques-header .ques-text");
// // let customTag = getCustomTagFromLabelText($label.text());
// // $label.after("<span class='ques-metadata'>"+customTag+"</span>");
// addMetadataSpan($label);
// $label.text($label.text().replace(/\[\[([^)]+)\]\]/, ""));
// });
// }
// //Lookup Fields
// var $lookupElems = getQuestionElemsByCustomTag("lookup");
// if ($lookupElems) {
// $lookupElems.each(function (index) {
// let $label = $(this).find(".ques-header .ques-text");
// // let customTag = getCustomTagFromLabelText($label.text());
// // $label.after("<span class='ques-metadata'>"+customTag+"</span>");
// addMetadataSpan($label);
// $label.text($label.text().replace(/\[\[([^)]+)\]\]/, ""));
// });
// }
// //Sameasprofile Field
// var $lookupElems = getQuestionElemsByCustomTag("sameasprofile");
// if ($lookupElems) {
// $lookupElems.each(function (index) {
// let $label = $(this).find(".ques-header .ques-text");
// // let customTag = getCustomTagFromLabelText($label.text());
// // $label.after("<span class='ques-metadata'>"+customTag+"</span>");
// addMetadataSpan($label);
// $label.text($label.text().replace(/\[\[([^)]+)\]\]/, ""));
// });
// }
}
function addMetadataSpan($labelElem) {
let customTag = getCustomTagFromLabelText($labelElem.text());
if (customTag)
$labelElem.after("<span class='ques-metadata'>" + customTag + "</span>");
}
function setMultilineTextFields() {
$(".ques-textarea").each(function () {
var minmaxword = $(this).attr("data-minmaxword");
if (minmaxword) {
let minmaxvalue = minmaxword.split("-");
let minChars = minmaxvalue[0];
let maxChars = minmaxvalue[1];
if (maxChars != null && !(maxChars == undefined || maxChars == "undefined") && maxChars
.toString().trim().length > 0) {
if (maxChars >= 300) {
$(this).parent().find('.nicEdit-main').attr('style', function (i, s) {
return (s || '') + 'min-height: 70px !important;'
});
}
}
}
});
}
//HELPERS
//Gets value from question
function getQuestionValueByLabel(questionLabel) {
var qValue;
$(".question-item").each(function (index) {
let questionlabel = $(this).find(".ques-header .ques-text").text();
let questionValue = $(this).find(".ques-body .nicEdit-main").text();
let moneyValue = $(this).find(".ques-body .ques-money").val() ?? "";
let ddValue = $(this).find(".ques-body select option:selected").text();
let chkValue = $(this).find(".ques-body .ques-chkbox").is(':checked') ?? "";
if (questionlabel == questionLabel) {
qValue = questionValue || moneyValue || ddValue ||
chkValue; //(ddValue == "") ? questionValue : ddValue;
// let res = questionValue || moneyValue || ddValue || chkValue;
// console.log(`v:${questionValue} money:${moneyValue} dd:${ddValue} chk:${chkValue} Res: ${res}`)
return false; //break the loop
}
})
return qValue;
}
function getQuestionValueByCustomTag(customTag) {
var qValue;
$(".question-item").each(function (index) {
let meta = $(this).find(".ques-metadata").text();
if (meta != "") {
let parsedMeta = meta.split("|");
let attrType = parsedMeta?.[0];
if (attrType == customTag) {
let questionValue = $(this).find(".ques-body .nicEdit-main").text();
let moneyValue = $(this).find(".ques-body .ques-money").val() ?? "";
let ddValue = $(this).find(".ques-body select option:selected").text();
let chkValue = $(this).find(".ques-body .ques-chkbox").is(':checked') ?? "";
qValue = questionValue || moneyValue || ddValue || chkValue;
return false; //break loop
}
}
})
return qValue;
}
function getQuestionValue($quesElem) {
var returnObj;
let questionlabel = $quesElem.find(".ques-header .ques-text").text();
let questionValue = $quesElem.find(".ques-body .nicEdit-main").text();
let moneyValue = $quesElem.find(".ques-body .ques-money").val();
let ddText = $quesElem.find(".ques-body select option:selected").text();
let ddValue = $quesElem.find(".ques-body select option:selected").val();
let radioText = $quesElem.find(".ques-body input[type='radio'][checked='checked']").next().text();
let radioValue = $quesElem.find(".ques-body input[type='radio'][checked='checked']").val();
let meta = $quesElem.find(".ques-metadata").text();
let parsedMeta = meta.split("|");
let attrType = parsedMeta?.[0];
switch (attrType) {
case "lookup":
case "optionset":
if (ddValue)
returnObj = {
"value": ddValue,
"name": ddText
};
break;
case "money":
if (moneyValue)
returnObj = {
"value": moneyValue
};
break;
case "boolean":
if (radioValue)
returnObj = {
"value": radioValue,
"name": radioText
};
break;
default:
if (questionValue)
returnObj = {
"value": questionValue
};
break;
}
return returnObj;
}
// gets the jquery element
function getQuestionElem(questionLabel) {
var $elem;
$(".question-item").each(function (index) {
let qlabel = $(this).find(".ques-header .ques-text").text();
let questionLabelNoCustomTags = qlabel.replace(/\[\[([^)]+)\]\]/, "");
let qValue = $(this).find(".ques-body .nicEdit-main").text();
let ddValue = $(this).find(".ques-body select option:selected").text();
if (questionLabelNoCustomTags == questionLabel) {
$elem = $(this);
return false; //break the loop
}
})
return $elem;
}
function getQuestionElemsWithCustomTags() {
var $elems;
$(".question-item").each(function (index) {
let questionlabel = $(this).find(".ques-header .ques-text").text();
// var labelCustomTag = questionlabel.match(/\[\[([^)]+)\]\]/);
var labelCustomTag = $(this).find(".ques-metadata").text();
if (labelCustomTag == "")
labelCustomTag = questionlabel.match(/\[\[([^)]+)\]\]/)?.[1];
if (labelCustomTag && labelCustomTag != "") {
$elems = ($elems) ? $elems.add($(this)) : $(this);
}
})
return $elems;
}
// gets the jquery element by custom tag
function getQuestionElemsByCustomTag(customTag) {
var $elems;
$(".question-item").each(function (index) {
let questionlabel = $(this).find(".ques-header .ques-text").text();
// var labelCustomTag = questionlabel.match(/\[\[([^)]+)\]\]/);
var labelCustomTag = $(this).find(".ques-metadata").text();
if (labelCustomTag == "")
labelCustomTag = questionlabel.match(/\[\[([^)]+)\]\]/)?.[1];
if (labelCustomTag && labelCustomTag != "" && labelCustomTag.split("|")[0] == customTag) {
$elems = ($elems) ? $elems.add($(this)) : $(this);
}
})
return $elems;
}
function getCustomTagFromLabelText(labelText) {
var customTag = "";
var labelCustomTag = labelText.match(/\[\[([^)]+)\]\]/);
if (labelCustomTag) {
customTag = labelCustomTag[1];
}
return customTag;
}
// gets the jquery element by custom tag
function getCustomTagAdditionalAttribute($questionElem) {
var attr = "";
let questionlabel = $questionElem.find(".ques-header .ques-text").text();
// var labelCustomTag = questionlabel.match(/\[\[([^)]+)\]\]/);
var labelCustomTag = $questionElem.find(".ques-metadata").text();
if (labelCustomTag == "")
labelCustomTag = questionlabel.match(/\[\[([^)]+)\]\]/)?.[1];
if (labelCustomTag && labelCustomTag != "") {
attr = labelCustomTag.split("|")[1];
}
return attr;
}
function applicationUIChanges() {
$("#ava_applicantresponse").closest("tr").hide();
//$("#msnfp_name").closest("tr").hide();
$("#msnfp_submittedbyid").closest("tr").hide();
$("#InsertButton").closest(".actions").hide();
$("#UpdateButton").closest(".actions").hide();
$("#ava_type").closest("td").hide()
//hide HiddenSection section
$("fieldset[aria-label='HiddenSection']").hide();
//Removes excesive margin space
$("fieldset[aria-label='Portal Request Information']").css("margin-bottom", "0px");
$("fieldset[aria-label='Portal Request Information']").closest(".tab").css("margin-bottom", "0px");
$(".page-header").css("margin-top", "20px");
//Recipient button label change
$("#msnfp_recipientid_lookupmodal .modal-footer").find("button.new-value").html("Create New Record");
//hide avanades new recipient button
$("#customeridNewBtnId").hide();
}
function fetchContactdetails(requestId) {
var details = "";
var url = "https://" + window.location.hostname + "/fetchcontacts?id=" + requestId;
$.ajax({
type: "GET",
contentType: "application/json; charset=utf-8",
datatype: "json",
url: url,
beforeSend: function (XMLHttpRequest) {
XMLHttpRequest.setRequestHeader("Accept", "application/json");
XMLHttpRequest.setRequestHeader("Prefer", "odata.include-annotations=\"*\"");
},
async: false,
success: function (result, textStatus, xhr) {
if (result != null && result != undefined && result.toString().trim().length > 0) {
details = result;
}
},
error: function (xhr, textStatus, errorThrown) {
console.log(errorThrown);
}
});
return details;
}
function handleNavItems() {
var grantWriter = "";
var loggedinUserId = '';
var requestId = loggedinUserId;
var contactDetails = fetchContactdetails(requestId);
if (contactDetails != "") {
ContactDetailsjsondata = JSON.parse(contactDetails);
}
if (ContactDetailsjsondata.length != 0) {
for (var i = 0; i < ContactDetailsjsondata.length; i++) {
if (ContactDetailsjsondata[i]["Grantwriter"] != '') {
grantWriter = ContactDetailsjsondata[i]["Grantwriter"]
}
}
}
if (grantWriter != null && grantWriter == 'true' && grantWriter != "") {
$("#navbar li").each(function () {
if ($(this).find("a").is("[title=Request]")) {
$(this).remove();
}
if ($(this).find("a").is("[title=Award]")) {
$(this).remove();
}
if ($(this).find("a").is("[title=Requirement]")) {
$(this).remove();
}
});
}
if (grantWriter == null || grantWriter == 'false' || grantWriter == "") {
$("#navbar li").each(function () {
if ($(this).find("a").is("[title=Requests]")) {
$(this).remove();
}
if ($(this).find("a").is("[title=Awards]")) {
$(this).remove();
}
if ($(this).find("a").is("[title=Requirements]")) {
$(this).remove();
}
if ($(this).find("a").is("[title=LOIs]")) {
$(this).remove();
}
});
}
var loggedInUserRole = "";
if (loggedInUserRole == null || loggedInUserRole == undefined || loggedInUserRole.toString()
.trim().length == 0) {
$('[aria-label="Request"]').hide();
}
$(".g-description").each(function () {
var len = $(this).text().trim().length;
if (len > 171) {
var smallTxt = $(this).text().substr(0, 171) + "...";
$(this).text(smallTxt);
}
});
}
function hideLoadingSpinnerOnPageValidatorError() {
if (window.jQuery) {
(function ($) {
if (typeof (entityFormClientValidate) != 'undefined') {
var originalValidationFunction = entityFormClientValidate;
if (originalValidationFunction && typeof (originalValidationFunction) == "function") {
entityFormClientValidate = function () {
originalValidationFunction.apply(this, arguments);
// do your custom validation here
setTimeout(() => {
console.log("Page Valid = " + Page_IsValid);
if (!Page_IsValid)
$("#loading").hide();
}, 500);
// return false; // to prevent the form submit you need to return false
// end custom validation.
return true;
};
}
}
}(window.jQuery));
}
}
function fetchGrantWriterOrganizations() {
return webapi.safeAjax({
type: "GET",
url: "/grantwriterorganizations/",
contentType: "application/json"
})
.fail(function (response) {
debugger;
if (response.responseJSON) {
console.error("Error: " + response.responseJSON.error.message);
} else {
console.error("Error: Web API is not available... ");
}
});
}
function createRecipientDropdown() {
var $controlDiv = $("#msnfp_recipientid").closest(".control");
//$("#msnfp_recipientid").parent().hide();//hide lookup control
$controlDiv.append(
"<select id='msnfp_recipientidDD' class='form-control'><option value=''></option></select>");
$controlDiv.append(
'<p id="createContainer" style="text-align: center;">Not listed? <a id="lnkCreateOrg" style="cursor: pointer;">Create Organization</a></p>'
);
var $recipientDD = $("#msnfp_recipientidDD");
var $lnkCreateOrg = $("#lnkCreateOrg");
var $createOrgContainer = $("#createContainer");
//hide elems by default
$recipientDD.hide();
$createOrgContainer.hide();
//fetch the user organizations
async function fillRecipientDropdown() {
console.log("---->>> Refreshing DD");
$recipientDD.find("option:not(:first)").remove(); // empty the dropdown
var grantWriterOrgs = await fetchGrantWriterOrganizations();
var orgs = $(grantWriterOrgs.value);
orgs.each(function () {
let org = this;
$recipientDD.append('<option value="' + org.accountid + '">' + org.name +
'</option>');
});
}
fillRecipientDropdown();
var recipientModalGrid = $("#msnfp_recipientid_lookupmodal").find(".entity-lookup").find(".entity-grid")
.eq(0);
recipientModalGrid.on("loaded", fillRecipientDropdown);
// Event on create org link
$lnkCreateOrg.click(function () {
$("#msnfp_recipientid_lookupmodal button.new-value").trigger("click");
});
//Event On dd selected event
$recipientDD.change(function () {
let ddValue = $(this).find("option:selected").val();
let ddText = $(this).find("option:selected").text();
if (ddValue != '') {
$("#msnfp_recipientid_name").attr("value", ddText);
$("#msnfp_recipientid").attr("value", ddValue);
$("#msnfp_recipientid_entityname").attr("value", "account");
}
});
$('input[type=radio][id=ava_anotherorganization_0], input[type=radio][id=ava_anotherorganization_1]')
.change(function () {
if (this.value == 1) {
$("#msnfp_recipientid").parent().hide(); //hide lookup control
$recipientDD.show();
$createOrgContainer.show();
} else {
$("#msnfp_recipientid").parent().show(); //show lookup control
$recipientDD.hide();
$createOrgContainer.hide();
}
});
}
//removes html tags from names
const decodeHTMLEntities = (() => {
const textArea = document.createElement('textarea');
return (message) => {
textArea.innerHTML = message;
return textArea.value;
};
})();
function checkCharacterCount(textareacharcount, event) {
let minmaxword = $(textareacharcount).parent().next(".ques-textarea").attr("data-minmaxword");
let minmaxvalue = minmaxword.split("-");
let minChars = minmaxvalue[0];
let maxChars = minmaxvalue[1]
if (minChars != null && maxChars != null && !(maxChars == undefined || maxChars == "undefined") &&
maxChars.toString().trim().length > 0) {
let pastedText = (event.type == 'paste') ? event.originalEvent.clipboardData.getData('text') : "";
let textentered = $(textareacharcount).text();
let charCount = textentered.length + pastedText.length;
let warningSpanId = $(textareacharcount).parent().next(".ques-textarea").attr("id").replace(
"ques-text-ans-input", "ques-text-ans-maxword");
// console.log(words);
if ($("#" + warningSpanId).length > 0) {
let remaining = ((maxChars - charCount) >= 0) ? (maxChars - charCount) : 0;
$("#" + warningSpanId).text(remaining + " characters remaining");
if (charCount > maxChars) {
$("#" + warningSpanId).css("color", "red");
var keyCode = event.which;
if (keyCode != 8 && keyCode != 46 && !event.ctrlKey) { //8=backspace, 46=delete
event.preventDefault();
alert("The total number of characters has exceeded the maximum limit of [ " + maxChars +
" ]");
}
//Restrict size of text only for text... transforms HTML to Text if exceeds the limit
//$(textareacharcount).text(textentered.substring(0, maxChars));
//placeCaretAtEnd($(textareacharcount).get(0));
} else {
$("#" + warningSpanId).css("color", "green");
}
}
}
}
function placeCaretAtEnd(el) {
el.focus();
if (typeof window.getSelection != "undefined" &&
typeof document.createRange != "undefined") {
var range = document.createRange();
range.selectNodeContents(el);
range.collapse(false);
var sel = window.getSelection();
sel.removeAllRanges();
sel.addRange(range);
} else if (typeof document.body.createTextRange != "undefined") {
var textRange = document.body.createTextRange();
textRange.moveToElementText(el);
textRange.collapse(false);
textRange.select();
}
}
function GetQueryStringParams(sParam) {
var sPageURL = window.location.search.substring(1);
var sURLVariables = sPageURL.split('&');
for (var i = 0; i < sURLVariables.length; i++) {
var sParameterName = sURLVariables[i].split('=');
if (sParameterName[0] == sParam) {
return sParameterName[1];
}
}
}
function fetchRequestRequiredDocuments(requestId) {
return webapi.safeAjax({
type: "GET",
url: "/fetch-granteerequireddocuments/?reqid=" + requestId,
contentType: "application/json"
})
.fail(function (response) {
if (response.responseJSON) {
console.error("Error: " + response.responseJSON.error.message);
} else {
console.error("Error: Web API is not available... ");
}
});
}
async function requestHasRequiredDocuments() {
var id = GetQueryStringParams('requestid');
let areAllDocumentsUploaded = true;
var reqDocs = await fetchRequestRequiredDocuments(id);
$(reqDocs).each(function () {
let reqDoc = this;
var isDocUploaded = (reqDoc["IsDocumentUploaded"]?.toLowerCase() === "true");
if(!isDocUploaded){
areAllDocumentsUploaded = false;
}
});
return areAllDocumentsUploaded;
}
function relateLoiToApplicationBasedOnParam(){
var relatedRequestId = GetQueryStringParams('rrid');
if(relatedRequestId){
$("#rfca_relatedrequestid").attr("value", relatedRequestId);
$("#rfca_relatedrequestid_name").attr("value", "RelatedRequest");
$("#rfca_relatedrequestid_entityname").attr("value", "msnfp_request");
}
}
return {
SaveDataInEntityForm: saveDataInEntityForm,
BindRFCAFields: bindRFCAFields,
ChangeFormFields: changeFormFields,
SetWizardNumbers: setWizardNumbers,
ApplicationUIChanges: applicationUIChanges,
HandleNavItems: handleNavItems,
HideSpinnerOnValidatorError: hideLoadingSpinnerOnPageValidatorError,
CreateRecipientDropdown: createRecipientDropdown,
SetSameAsProfileEventHandler: bindSameAsProfile,
DecodeHTML: decodeHTMLEntities,
CheckCharacterCount: checkCharacterCount,
HasAllRequiredDocuments: requestHasRequiredDocuments,
RelateLoiToApplication: relateLoiToApplicationBasedOnParam
};
}();
</script>
</footer>
<script type="text/javascript">
(function($) {
$(document).ready(function() {
$(".dropdown-submenu").on("keydown", function(event) {
if (event.keyCode == 9) {
$(this).toggleClass("open");
}
});
});
}(jQuery));
</script>
<script onerror="javascript: var target = event.target; var script = document.createElement('script'); script.crossOrigin = target.crossOrigin; script.src = '/dist/bootstrap.bundle-105a4995b8.js'; script.type = 'text/javascript'; target.insertAdjacentElement('afterend',script);" src="https://content.powerapps.com/resource/powerappsportal/dist/bootstrap.bundle-105a4995b8.js" type="text/javascript"></script>
<script onerror="javascript: var target = event.target; var script = document.createElement('script'); script.crossOrigin = target.crossOrigin; script.src = '/dist/postpreform.bundle-184c77da50.js'; script.type = 'text/javascript'; target.insertAdjacentElement('afterend',script);" src="https://content.powerapps.com/resource/powerappsportal/dist/postpreform.bundle-184c77da50.js" type="text/javascript"></script>
<script onerror="javascript: var target = event.target; var script = document.createElement('script'); script.crossOrigin = target.crossOrigin; script.src = '/dist/app.bundle-dad47d7e41.js'; script.type = 'text/javascript'; target.insertAdjacentElement('afterend',script);" src="https://content.powerapps.com/resource/powerappsportal/dist/app.bundle-dad47d7e41.js" type="text/javascript"></script>
<script onerror="javascript: var target = event.target; var script = document.createElement('script'); script.crossOrigin = target.crossOrigin; script.src = '/dist/default-1033.moment_2_29_4.bundle-eda4e638fd.js'; script.type = 'text/javascript'; target.insertAdjacentElement('afterend',script);" src="https://content.powerapps.com/resource/powerappsportal/dist/default-1033.moment_2_29_4.bundle-eda4e638fd.js" type="text/javascript"></script>
<script>
//this event will update the title of the page based on active breadcrumb
$('.breadcrumb').ready(function () {
if ($('.breadcrumb').is(':visible')) {
document.querySelector('title').innerHTML = ($('.breadcrumb > li.active').text() + " · Customer Self-Service");
}
});
function GoToNewEditor() {
var editCmsUrlSegment = "EditInCms";
var currentUrl = window.location.href;
if (currentUrl.indexOf('?') > -1) {
var urlSegments = currentUrl.split("?");
window.location.href = window.location.origin + '/' + editCmsUrlSegment + window.location.pathname + '?' + urlSegments[1];
}
else {
window.location.href = window.location.origin + '/' + editCmsUrlSegment + window.location.pathname;
}
}
</script>
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.getRegistrations().then(function(registrations) {
for(let registration of registrations) {
registration.unregister();
}}).catch(function(err) {
console.log('Service Worker unregister action failed: ', err);
});
}
</script>
<!--Start Show Session Expire Warning Popup here -->
</body>
</html>
<!-- Generated at 2/14/2025 10:44:19 AM -->
<!-- Page OK -->
# |
Url |
Url |
Source |
Date |
1 |
https://rfcagrants.powerappsportal… |
|
2025-02-14 10:44:20 |
2 |
https://gummylovecbd.net/en-ca/cbd… |
|
2025-02-14 10:44:16 |
3 |
https://thebolditalic.com/?gi=ef7f… |
|
2025-02-14 10:44:15 |
4 |
https://www.rovaniemi.fi/ |
|
2025-02-14 10:44:15 |
5 |
https://opcio-nv.org/en-us/side-ef… |
|
2025-02-14 10:44:15 |
6 |
https://bioblendcbdgummies.org/en-… |
|
2025-02-14 10:44:15 |
7 |
https://thebolditalic.com/?gi=bc28… |
|
2025-02-14 10:44:14 |
8 |
https://agoiare.dlbookit.se/(S(egs… |
|
2025-02-14 10:44:14 |
9 |
https://agoiare.dlbookit.se/(S(0ds… |
|
2025-02-14 10:44:13 |
10 |
https://thebolditalic.com/?gi=45ef… |
|
2025-02-14 10:44:13 |
11 |
https://thebolditalic.com/?gi=2e91… |
|
2025-02-14 10:44:11 |
12 |
https://thebolditalic.com/?gi=217c… |
|
2025-02-14 10:44:10 |
13 |
https://thebolditalic.com/?gi=ce14… |
|
2025-02-14 10:44:09 |
14 |
https://thebolditalic.com/?gi=19b9… |
|
2025-02-14 10:44:07 |
15 |
https://agoiare.dlbookit.se/(S(pzw… |
|
2025-02-14 10:44:06 |
16 |
https://thebolditalic.com/?gi=aa9f… |
|
2025-02-14 10:44:02 |
17 |
https://lightsoutcbdgummiess.com/e… |
|
2025-02-14 10:44:01 |
18 |
https://thebolditalic.com/?gi=87cb… |
|
2025-02-14 10:44:01 |
19 |
https://agoiare.dlbookit.se/(S(ojp… |
|
2025-02-14 10:43:59 |
20 |
https://thebolditalic.com/?gi=b53d… |
|
2025-02-14 10:43:56 |