After learning the basics (isolated state, communication and computation) of the the Actor-Model I I wrote my own implementation and I'm ready for a through code review. You will be able to see that in the test code I've created 2 tasks which are sim
I am trying to create a custom delegate using TLPhotoControllerDelegate in swift. However the doSomething method is not being called through callback. It seems that delegate?. TLPhotoControllerDelegate() does not fire to the class B TLPhotoController
I have Friday brain... How would you show entries with NO expiration date. Then show entries that DO have an expiration? Ideally I'd like to achieve this with the default entries tags if possible?
I have apex page with apex output panel and apex action function. Sometimes when action function called the result in ajax response overrides whole apex page. So instead of the page I have ajax response rendered into apex page. It's not determined an
Translation of record types is available via Translation Workbensh. But I can not find a way How to add RecordType translation to managed package?
I have HTML emails where a ton of the styles repeat within and across emails. I was thinking to store these in a data extension with "name" and "style" columns. name: "paragraph", style: "font:18px Arial;" Beyond in
So I have a community builder page with 2 custom lightning components I've dropped into different sections - how do I make them communicate via events? I know that when you have a component inside another component, I can use component events to trig
I'm trying to add a liveAgent chat button on a customer community, when I add the button on the footer of the napili template liveAgent seems to lose track of the button and doesn't update according to agents online/offline status. The button is corr
I have to actually generate the following xml into a dom object, but failing to do so. This is my actual XML response : <Fault xmlns="http://schemas.microsoft.com/ws/2005/05/envelope/none"> <Code> <Value>Receiver</Value>
Im trying to insert some Opportunities, but i get this error: System.DmlException: Insert failed. First exception on row 0; first error: CANNOT_EXECUTE_FLOW_TRIGGER, The record couldn't be saved because it failed to trigger a flow. A flow trigger fai
I have a master detail relation with Account(master) and Address_vod__c (child). I am showing Account as apex input field. Now on change of Account field , address values also need to changed. Please find below what I have tried. Apex Page <apex:inpu
I am working on developing custom salesforce app (Survey app) in salesforce, things so far i have done are. Add survey Add Survey Questions Making the survey Link Public. Take Survey Survey Result etc. Public Survey Link is here: https://lycore-devel
I have a custom object medical Inquiry and Allow report is checked on it. While trying to create report using System Admin the object is not coming up in the object list --------------Solutions------------- You need to ensure the custom object has Re
I want to sum last column is "Total Inventory". And I want to show how many Total Inventory in our Merchandise. Above I attached my file.
Is there any guide on how to configure/publish salesforce on Microsoft ADFS 3.0? The only information available is regarding ADFS 2.0. Thanks!
I would like to create a console c# application to retrieve the Tracking Click activity to our local database. I checked the FuelSDK link : https://code.exacttarget.com/apis-sdks/fuel-sdks/tracking/click-tracking.html .Where i see i can get URL and U
I have a simple 2 test unit test class that I've executed before with no problem. I added another test method (making it 2 tests total) and ran the unit test from the dev console and it just runs and runs (it's been over an hour now and it usually ta
Hi this my generated apex code can any help me on writing apex controller i am tring controller class like this but getting error: public class AsyncWwwWebservicexNet1 { public class ConversionRateResponse_elementFuture extends System.WebServiceCallo
I am trying to convert a report into a PDF using conga composer but I am getting the error as : Invalid URI: The format of the URI could not be determined. I have created a link which includes the by default code of as follows : https://composer.cong
this is my trigger trigger Before_Trigger on eTMFFolder__c ( before insert,before update ) { List<eTMFFolder__c> setupObjectList = [ SELECT id from eTMFFolder__c WHERE isActive__c = true ]; for ( eTMFFolder__c setup : Trigger.new ) { if(Trigger.isIn