Wrapper class scenarios in salesforcedela

Filtriraj

Moja nedavna iskanja
Filtriraj po:
Proračun
do
do
do
Vrsta
Znanja
Jeziki
    Delovno mesto
    2,000 wrapper class scenarios in salesforce najdenih del, po cenah EUR

    ...a special event I am planning. The video should radiate elegance and class, appealing directly to my friends and family. The successful candidate should be excellently adept at: - Graphic Design - Video Editing - Animation The inclusion of the following elements is essential: - A well-crafted personal photo collage that will touch hearts - Animated text that adds a touch of class and uniqueness - Choosing or creating a befitting music or voiceover that complements the overall feel of the video It would be highly advantageous if you have prior experience creating similar video invitation cards, particularly ones that incorporate classic style elements effectively. Proven skills in blending photos, animation, and audio in a cohesive and engaging manner are v...

    €16 (Avg Bid)
    €16 Povprečna ponudba
    1 ponudb

    I'm seeking a skilled freelancer proficient in the C programming language to develop comprehensive unit tests that cover functions and modules. You'll need to create scenarios for both normal and edge cases. On completion, I require a report only detailing any failed test cases. You must possess: - In-depth knowledge of functions and modules in C - Experience in developing unit test cases - Ability to analyse and provide comprehensive reports for failed test cases - A keen eye for detail to spot and handle edge cases appropriately - Ability to use VectorCast

    €4072 (Avg Bid)
    €4072 Povprečna ponudba
    18 ponudb

    I'm seeking a skilled Python developer with experience in algorithmic trading to create a bespoke algorithm specifically for the optimization of trading strategies in the crude oil market. Key Requirements: - The algorithm should be written in Python. - It should primarily focus on crude oil trading. - The primary objective of this project is to optimize trading strategies, not price forecasting or risk management. Ideal Skills and Experience: - Proficiency in Python for algorithmic development. - Previous experience in creating and optimizing trading algorithms. - Specific experience in crude oil trading is highly preferred. - A solid understanding of trading strategy optimization. The successful freelancer will be expected to not only cre...

    €111 (Avg Bid)
    €111 Povprečna ponudba
    11 ponudb

    I'm in need of a multi-user web portal that will facilitate the connection between trainers and students. The portal will have the following features: - **Multi-Login System**: There needs to be a seamless and secure multi-login system to accommodate both trainers and students. - **Search Functionality**: Users should be able to search for trainers or classes based on the city or trainer's name. This will make it easy for students to find trainers that are close to them or whom they may have heard of. - **User Profiles**: Each trainer or class should have a detailed profile which includes: - Biography: A brief description of the trainer and their training methods. - Reviews and Ratings: Users should be able to rate and write reviews about the trainers/class...

    €288 (Avg Bid)
    €288 Povprečna ponudba
    28 ponudb
    Improtxml google sheet scrape 6 dni left
    VERIFICIRAN/A

    I need to scrape data from a web...a website. I'm stuck with an error. I used improtxml to scrape data from a class in a website I know. However, the fact that this website has classes has a problem: . While on page 1 there will be that text data, but on many pages, that text data is not there and it is accidentally pushed up to insert the class data below into the previous class data. To make it easier to imagine, there will be 4 rows. I will need to get a fix for each row into the google sheet. However, there are pages where I insert the link and there will be no row 3 or row 2 and then row number 4 will be inserted into row number 3, making the data incorrect. I need improxml to automatically check the syntax, if it is correct, it will be filled in...

    €18 (Avg Bid)
    €18 Povprečna ponudba
    23 ponudb

    As the key motivator, I'm eager to freshen up our image with a newly defined corporate identity and logo. The aim is to create brand recognition, present a professional image, and differentiate ourselves from competitors in our niche. I am seeking a proficient artistic designer who can create a unique and captivating logo for brand recognition, website use, and product labeling. Expectations: * Develop a logo and corporate identity that's innovative, yet represents a sense of class. Something simple but distinct like luxury brands. * Adherence to a color palette of black, white and touches of burgundy. I'm open to different gradations and intensities of these colors to make the logo pop. * We want the logo to use the image of a lynx or a fox. * Develop a manu...

    €99 (Avg Bid)
    Zagotovljen
    €99
    389 vnosov
    Java Code Fix Needed 6 dni left
    VERIFICIRAN/A

    i have Pojo class where it is picking property value from api response as integer in the Pojo Class: @JsonProperty("intensity") private Integer intensity; public Integer getColor() { return color; } public void setColor(Integer color) { = color; } and in parser class (INTENSITY, ((), 0)); The problem is sometimes the Api giving the color value as string not as interger but only on on checkbox config we add and this already defined in java if(checkVariant is true) then consider it string and parse it what i have to do to fix my code based on that condition so i can parse the string value this way: updateProperties("color", ((), ));

    €23 (Avg Bid)
    €23 Povprečna ponudba
    18 ponudb

    I'm searching for an experienced graphic designer to create a unique, sophisticated logo for my pastry shop named "Voilà". Key Requirements Include: - Incorporating the name "Voilà" into the logo design - Conveying a sense of class and sophistication - Utilizing a color scheme of burgundy/champagne, or gold/ rose gold Skills and Experience: - Proficiency in color theory - Strong background in logo and brand design, especially for food-related businesses - Ability to capture the essence of a brand's identity in a visual format I look forward to seeing your portfolio and discussing potential designs for "Voilà". I want to use my logo for Instagram profile, to add on my personal pastry photos, an...

    €9 (Avg Bid)
    Zagotovljen
    €9
    224 vnosov

    I'm in need of a talented Salesforce developer based in Hyderabad who can provide offline support for custom application development. This project requires your physical presence in Hyderabad, so remote support is not an option. Ideal Skills and Experience: - Proven experience with Salesforce development, particularly in custom application development. - Strong understanding of Salesforce CRM and its various functionalities. - Excellent problem-solving skills. - Strong communication skills, as you'll be required to provide in-person support.

    €345 (Avg Bid)
    €345 Povprečna ponudba
    12 ponudb

    I'm looking for an experienced Salesforce expert who can help me with resolving Salesforce tickets (cases) involving varied aspects of Salesforce. Key Responsibilities: - Assistance in Data Migration: I need a professional who can aid in moving data seamlessly within Salesforce. - Workflow Automation: I require help in setting up and fine-tuning workflow automation on my Salesforce platform. - Customization of Fields: Expertise in customizing fields to suit my business requirements is a must. - In-Depth Understanding: I need assistance with Apex, admin topics, Einstein Analytics, LWC, and Aura – so a comprehensive understanding of these areas is crucial. - Specific Features: The ideal applicant should be adep...

    €757 (Avg Bid)
    €757 Povprečna ponudba
    9 ponudb
    Pasar un template de C++ a C 6 dni left
    VERIFICIRAN/A

    Quiero pasar estas dos funciones de C++ a C template<class T> int EEPROM_put(int ee, const T& value) { const byte* p = (const byte*)(const void*)&value; unsigned int i; for (i = 0; i < sizeof(value); i++) foo(ee++, *p++); return i; } template<class T> int EEPROM_get(int ee, T& value) { byte* p = (byte*)(void*)&value; unsigned int i; for (i = 0; i < sizeof(value); i++) *p++ = foo(ee++); return i; }

    €17 (Avg Bid)
    €17 Povprečna ponudba
    7 ponudb

    I'm currently dealing with an offline defamation of character issue, specifically word-of-mouth. This situation requires professional guidance to deal w...specifically word-of-mouth. This situation requires professional guidance to deal with effectively. Scope: * Addressing a word-of-mouth defamation situation * Making use of witness testimonies as evidence Ideal Skills and Experience: * Proven experience in dealing with defamation cases, particularly those involving word-of-mouth scenarios * Expertise in evidential handling * Superb communication and trustee skills Your task will revolve around strategizing a strong defense using the testimonials I have gathered. Significant experience in this field would be advantageous. Please provide examples of pr...

    €6 / hr (Avg Bid)
    €6 / hr Povprečna ponudba
    9 ponudb
    Salesforce Admin 6 dni left
    VERIFICIRAN/A

    ...of experience in the field. I am passionate about expanding my skill set and delving into new technologies. Currently, I am eager to learn Salesforce and gain practical experience in this area. I am seeking a mentor or a client who is willing to guide me through a Salesforce project, providing me with the opportunity to learn and grow while contributing to their project's success. While I may have limited experience with Salesforce at the moment, I am dedicated, motivated, and quick to learn. Here's what I bring to the table: Extensive experience in Pick Basic programming and software development. Strong problem-solving skills and attention to detail. A proactive and enthusiastic attitude towards learning new technologies. The abili...

    €110 (Avg Bid)
    €110 Povprečna ponudba
    9 ponudb

    I'm seeking an experienced Python freelancer to implement RLlib's PPO for a custom multi-agent environment, where agents act independently. Your tasks will be: - Solving the issue with the learning process. Despite configuring the simplest setting with just one agent, the model fails to fi...will be: - Solving the issue with the learning process. Despite configuring the simplest setting with just one agent, the model fails to find the optimal action. Additionally, the model seems unable to distinguish between the optimal actions for agents with the same action space but different endowments. Ideal skills include proficiency in Python, familiarity with RLlib's PPO algorithm, and previous work dealing with agent-based environments. Experience in crafting effic...

    €142 (Avg Bid)
    €142 Povprečna ponudba
    26 ponudb

    I am in need of an Android automation expert who is proficient in MacroDroid to help me automate actions within a specific app. Key Requirements: - Automating app actions: The task involves automating complex and advanced actions within an app. This includes extracting data from the app and setting up conditional actions based on the app's content. Please note that this is not a simple open/close app task, but rather more complex interactions within the app itself. Ideal Skills and Experience: - Prior experience with MacroDroid or other automation tools for Android. - Strong understanding of Android app behavior and the ability to extract relevant data. - Experience with setting up conditional actions and advanced automation scenarios. - Ability to problem-sol...

    €142 (Avg Bid)
    €142 Povprečna ponudba
    35 ponudb

    I need a robust class management system that caters to the needs of a large-scale educational institution. Our primary users will be students, teachers, administrators, and parents. Key Features: - Attendance Tracking: The system should allow teachers to mark and track the attendance of students. - Grade Management: An intuitive grade management system that enables teachers to input and calculate grades effectively. - Messaging System: A communication platform that facilitates seamless interaction between all stakeholders (students, teachers, administrators, and parents). By Whatsapp - Schedule Change Option: The system should have a feature that allows for the smooth management of schedule changes. User Base: - The system will cater to over 100 users, so scalability and performan...

    €328 (Avg Bid)
    €328 Povprečna ponudba
    79 ponudb

    I'm looking for a talented artist to create a minimalistic cartoon character based on a paperclip with arms, eyes and legs for my project. The character will convey a focused emotion and will be illustrated in two different scenarios. There will be more work if the first 2 are suitable. - Climbing out of a cardboard box. - Picking up litter. The character should exhibit a unique blend of simplicity. This project is perfect for freelancers with experience in character design and a knack for minimalism. Particle knowledge of conveying emotions through characters would be desirable but not mandatory. Feel free to reach out if you have any queries. See the picture for the sort of thing I'm looking for.

    €25 (Avg Bid)
    €25 Povprečna ponudba
    47 ponudb

    I'm seeking experienced UML and OCL modelers to conceptualize my full system information and transcribe the model for the USE (.use) tool. Key tasks include: - Conceptualize the entire system model using UML and OCL - Transcribe the model for USE tool - Create necessary UML diagrams: Class Diagram, Use Case Diagram, Sequence Diagram Ideal skills would include expertise in UML, OCL, and system modeling. Familiarity with the USE tool is essential.

    €17 (Avg Bid)
    Zagotovljen
    €17
    1 vnosov

    I need an application developed for Android, iOS and potentially Windows. This app's purpose will be mainly to host video lessons and class videos, aimed at the education sector. Key Features: - The app needs to be code-access restricted to ensure content security. - It will also require a feature to embed hidden watermarks into the videos for further security. Ideal Skills: - Proven experience in Cross-Platform Mobile app development. - Proficiency in features revolving around Video playing and user security. - Expertise in embedding watermarks into video content. There is no strict timeline for the project completion, quality and attention to detail is more important. Apply if you have the needed skills and can deliver a secure, user-friendly app fam...

    €1081 (Avg Bid)
    €1081 Povprečna ponudba
    48 ponudb

    ...Interactive Game: Engage players in realistic scenarios involving proper medication administration, offering a strong immersive experience in real-world healthcare practice. - PC and Mobile Platforms: The game needs to be fully optimized for both these platforms, ensuring a smooth player experience whether it's on a computer or a mobile device. - Strategic Gameplay: Incorporate strategic elements that challenge players to make appropriate decisions concerning medication administration. IDEAL CANDIDATE: - Has considerable experience in simulation game development, particularly in the healthcare or medical field. - Is skilled in cross-platform game development for PC & Mobile. - Has a strong sense of strategic gameplay design. - Is ca...

    €23 / hr (Avg Bid)
    €23 / hr Povprečna ponudba
    25 ponudb

    I need a freelance PMP certified project management trainer for delivering a 5 days' project management courses and vast in PMI-ACP (PMI Agile Certified Practitioner). Course duration : 5 days. Material to be covered : PMI-ACP (PMI Agile Certified Practitioner) Location: Orlando, United States Frequency : Multiple Classes Fees : 5 x US$ 700.- per training day = US$ 3500 Candidates should provide me with their resume including detail qualification, career path, experience in project management and experience in conducting project management training. Aside this urgent time sensitive class, there will be multiple trainings in several locations in USA, Canada, UK, Europe and Africa so applicants from various locations are encouraged to...

    €533 (Avg Bid)
    Lokalno
    €533 Povprečna ponudba
    8 ponudb

    I am looking for a proficient photo editor to help me with a project that involves the removal of single person figures from a variety of images with an urban background. The perfect fit for this role would have: - Proven experience in photo editing, ideally with complex scenarios - High proficiency utilizing software such as Adobe Photoshop to alter images in a natural and seamless manner. Ability to maintain consistency of the scene following object removal. - Strong attention to detail, to ensure the final images are free from irregularities or hints of alteration. Your task will specifically concentrate on: - Detecting and removing a single person from an image (see attached) - Ensuring the urban setting remains unchanged and looks natural after the removal. Pl...

    €21 (Avg Bid)
    €21 Povprečna ponudba
    62 ponudb
    promotion for GoFundMe Campaign 5 dni left
    VERIFICIRAN/A

    ... I’ve been a successful award winning world-class professional painter & printmaker for decades. However (as mentioned in my campaign) Redundancy in my “Visual Arts” profession (due to circumstances unrelated to job performance) that I never could have anticipated has severely reduced the demand for artwork created by the human hand (by artists like me) in favor of computer generated faster/cheaper AI images. The conversion and restoration of old slide images of my artwork using software programs to remove dust, discoloration, etc. is very labor intensive before the artwork image will be ready for digital printing and marketing online which will generate an income from digital prints. I cannot borrow the money we need to fix the roof &...

    €123 (Avg Bid)
    €123 Povprečna ponudba
    12 ponudb

    I'm seeking a Salesforce expert who can help me with my Salesforce RLM project. - Convert product and bundles from CPQ to RLM Ideal skills: - Proficiency in Salesforce CRM - Experience in Salesforce RLM is a plus - Strong understanding of lead management best practices Please share your relevant experience and how you can help me achieve my goals through this integration.

    €212 (Avg Bid)
    €212 Povprečna ponudba
    17 ponudb

    I'm seeking skilled animators with expertise in 2D animation to bring meme content to life. - I'm interested in animators who can create memes that are both humorous and clever, so a good sense of comedy and irony will be key. - The ideal candidate should have a strong understanding of internet culture and current trends in memes, as well as the ability to adapt these into animations. - Experience in creating content for social media will be a plus. Looking forward to collaborating with talented meme animators. We have already created the character. We just need him in different scenarios and funny situations related to today's news and current affairs while also adding the space alien genre.

    €114 (Avg Bid)
    €114 Povprečna ponudba
    49 ponudb

    ...developer to implement a searchable combobox within the Lightning Web Component (LWC), interfacing with both Apex and Visualforce Remoting. Key Requirements: - The combobox will need to handle custom object data - The search functionality should be designed for contains matching. Ideal Skills and Experience: - Proficiency in Salesforce LWC development - Strong background in Apex, Visualforce Remoting - Previous experience with implementing searchable components on Salesforce platform - Familiarity with handling large datasets using Salesforce's Visualforce Remoting. Your main focus will be on building a responsive, efficient combobox that can handle the large data volumes we work with. The combobox should accurately and rapidly display results based...

    €15 (Avg Bid)
    €15 Povprečna ponudba
    14 ponudb
    Codecanyon Project A Customization 4 dni left
    VERIFICIRAN/A

    ...functionality. We're looking to add new features to the existing web application. These include: 1. Filter students by religion and gender (Dropdown filter needs for additional filter only gender and religion) 2. Send individual message by filtering class, section and marking by roll And some more 3. I need to show here some important field by default from student and parent profile Gender Religion Father's name Mother's name Mobile number Date of birth Address Image (print in pdf) 4. I have some issue to fix on result system. Need to modify class name tyme 1. Compulsory (WIll add full marks and GPA with Result) 2. Optional (WIll add full marks and GPA with Result) 3. Additional (Just to show on Marksheet, (WIll add any...

    €155 (Avg Bid)
    €155 Povprečna ponudba
    24 ponudb

    I am looki...billing software with specific features. Key Features Needed: - Customizable invoice templates with a capacity to vary fields per class or grade. - Incorporation of custom branding elements into these invoice templates. Additional Requirements: - I would like to have WhatsApp notifications as a method of handling payment reminders. The ideal freelancer for this project would be one with prior experience in developing billing software, more specifically within a school context, and a strong understanding of WhatsApp API integration. Demonstrated experience in software that includes customizable templates and unique branding elements is a must. Your expertise in these areas should align with my project needs and enhance the software quality, user ...

    €422 (Avg Bid)
    €422 Povprečna ponudba
    31 ponudb

    I'm in need of a freelancer with experience in creating slideshow videos for social media events. - Type of Videos: The videos need to be slideshow style videos, in line with real-time events. Vivid and engaging images should be creatively compiled to weave compelling narratives. - Visual Style: The chosen aesthetic is realistic; the progression of images should evoke authenticity and true-to-life scenarios. - Length: Each video should be less than a minute - punchy, concise, and complete in delivering its message in a short span. Ideal skills: - Strong video editing skills particularly in creating eye-catching slideshow videos - Proven ability to adhere to a realistic style - Proven track record of working within time constraint...

    €71 (Avg Bid)
    €71 Povprečna ponudba
    13 ponudb

    Tengo un error en codeigner con la api de mikrotik , necesito hacer funcionar este script corrigiendo este error: }catch(Exception $e){ return $e->getMessage(); } } } } // Mikrotik API if (!function_exists('mkClient')) { function mkClient() { return new PEAR2NetRouterOSClient(settin... } } } } // Mikrotik API if (!function_exists('mkClient')) { function mkClient() { return new PEAR2NetRouterOSClient(settings()[0]->mkipadd, settings()[0]->mkuser, settings()[0]->mkpassword); } } // Mikrotik API Util if (!function_exists('mkUtil')) { function mkUtil() { return new PEAR2NetRouterOSUtil(mkClient()); }...

    €29 (Avg Bid)
    €29 Povprečna ponudba
    7 ponudb

    ...entities: students, admin, class, exam, hall, and scheduling. - CRUD Operations: The system should allow for Create, Read, Update, and Delete operations for the mentioned entities. Admin User Features: - Access Control: The admin user should have the ability to control user access and manage permissions. - Reports Generation: The system should be able to generate exam scheduling reports. I will provide you with the Swaggy API list for this project. The deadline for this project is Saturday night. Ideal skills and experience: - Proficiency in React - Previous experience in building CRUD applications - Understanding of user access control and reporting functionalities - Ability to work with provided APIs - Deadline-oriented with excellent communication. If you&...

    €244 (Avg Bid)
    €244 Povprečna ponudba
    41 ponudb

    I have collected the dataset in CSV format and now require an expert to develop a multi-class logistic regression model for me. Key requirements: - The dataset is ready and available in CSV format which can be used for the model. - You should have expertise in developing logistic regression models for multi-class classification. - Proficiency with Python is a must as I prefer the model to be developed using this language. Technical Requirements: Proficiency in Python and familiarity with libraries such as NumPy, Pandas, Keras, and TensorFlow. Knowledge of statistical learning, logistic regression, and gradient ascent optimization. Ability to write clear and concise documentation and well-commented code.

    €92 (Avg Bid)
    €92 Povprečna ponudba
    46 ponudb

    I'm in need of a typing test application that focuses on an average typing speed range of 40-60 words per minute. This application should present the user with paragraphs to type. Upon completion of the test, the application should display a comprehensive error tracking and review. Key Features: - Average typing speed assessment: The test should be designed to evaluate a user's typing speed within a specific range. - Paragraph-based typing: The test should present users with paragraphs to type, as this more closely simulates real-world typing scenarios. - Error Tracking and Review: After the test is completed, the application should provide detailed tracking of errors made during typing, enabling users to review and improve on their mistakes. Ideal Skills: - Stro...

    €547 (Avg Bid)
    €547 Povprečna ponudba
    18 ponudb

    I'm in need of a skilled web developer to set up a secured tutoring scientific website. This platform will facilitate online classes, between Students, Instructors and Schools (the field of study will be discussed personally) Student Privileges Student, Instructor and School Registration phase. Where they can setup their accounts and generate their Profile Cards. There are two categories of Student Accounts (School Registered or Free) New Session page: where the student can select Subject & Topic, and mention questions if required. Then, Instructor Selection Phase: An interface to let students select a suitable instructor, for their subjects based on the instructor's predetermined disciplines, then select date/time according to Instructor's calendar availability...

    €2275 (Avg Bid)
    €2275 Povprečna ponudba
    160 ponudb

    create 10 spreads (20 pages), an A5 book or magazine for Porsche Develop full research about the topic and writing the content to design an interactive digital artwork. Tasks to be covered: Task 1: Research your selection and analyze all needed aspects. Also, Mood Board (your visual research) + Layout plan (Dividers and interactive buttons) as we discussed in the class. Task 2: Design a suitable layout for your selected topic. Use Table, margins, columns, master pages, and paragraph/character style. Task 3: Submit InDesign file (Packaged) and export an interactive digital file (PDF). Task 4: A Presentation on screen, that discusses the project’s concept and process.

    €87 (Avg Bid)
    €87 Povprečna ponudba
    73 ponudb

    create 10 spreads (20 pages), an A5 book or magazine for Porsche Develop full research about the topic and writing the content to design an interactive digital artwork. Tasks to be covered: Task 1: Research your selection and analyze all needed aspects. Also, Mood Board (your visual research) + Layout plan (Dividers and interactive buttons) as we discussed in the class. Task 2: Design a suitable layout for your selected topic. Use Table, margins, columns, master pages, and paragraph/character style. Task 3: Submit InDesign file (Packaged) and export an interactive digital file (PDF). Task 4: A Presentation on screen, that discusses the project’s concept and process.

    €89 (Avg Bid)
    €89 Povprečna ponudba
    92 ponudb

    ...a skilled professional in IPG Carmaker who can help us with building scenarios from collected data (image, video, text etc). S/he is also expected to train our team on using Carmaker software. Key Requirements: - Strong experience with IPG Carmaker: A thorough understanding of the software and its functions is crucial for the successful implementation of this project. - Prior Experience: I'm looking for someone who has a proven track record in relevant projects. Please share your past work in your application. - Scenario Generation: The primary goal of this project is to develop a detailed scenario. Your experience in this area will be invaluable. Please do not share any confidential information from the project in your proposal, but do ...

    €45 / hr (Avg Bid)
    €45 / hr Povprečna ponudba
    1 ponudb

    I require a bespoke drive thru simulator application that will function on Windows. This app will assess the performance of a headset in a realistic 4 lane drive thru environment. It should have the ability to autonomously run overnight, connected to the headset. Necessary tests include various factors, such as: - Audio quality - Connectivity - Battery life The system should provide comprehensive reports concerning any faults or failures with the headset based on the tests. Experience in acoustic engineering, application development, and system testing is crucial for this project. Real-world drive thru scenarios must be accurately simulated to ensure real-life performance of the headset is effectively assessed.

    €546 (Avg Bid)
    €546 Povprečna ponudba
    15 ponudb

    I am searching for a skilled freelancer who have developed an examination and class timetable for a multi campuses univeristy (1 - 10 campuses).

    €154 (Avg Bid)
    €154 Povprečna ponudba
    27 ponudb

    I'm looking for a cross-platform mobile app developer to create an app focused on daily reporting. Below are some key deta...sensitive information and should be well-protected. - Please provide examples of similar cross-platform apps that you have developed. - Experience with reporting functionalities and/or data security is a plus. Features of the Application will be, Name and class of app is daily Class reporting Software 2. Select the class you taught today from class 3 to class 12 3. Select the topic 4. Upload videos, and queries. 5. Mark it as done partly done or not done 6. Integrate it with calendar 7. Mark holidays 8. Integrate GPS location in it Please respond with details on your experience, how you would approach this proje...

    €445 (Avg Bid)
    €445 Povprečna ponudba
    40 ponudb

    ...jar”) - the generated jar can be added as a dependency on a Dummy Java app, and it should work exactly like Lombok. For instance, when I annotate a POJO with @, getter methods are added to the .class - Additionally, we will add both Lombok and Gilly dependencies on our , and both dependencies should work. For instance, when a POJO is annotated with @ and @, both getters and setters must be present on the resulting .class The successful applicant will have experience with: - the Lombok library - know the basics of Java reflection and Class loaders - familiarity with Ant scripts We're looking forward to having the project completed within a month. So, if you can work within these timelines and you're looking for a project that's both challenging

    €357 (Avg Bid)
    €357 Povprečna ponudba
    22 ponudb

    ...gather product information on vehicles that are equipped with the technology described in the section "2. Technology Sought". *Note: Do not limit your information gathering to only the details mentioned in "1. Background" and "3. Reference Information" (sections 【1】 and 【3】 are for reference only). 【1 Background】 As a foundational technology, there is a method for displaying the anticipated trajectory of other vehicles on a head-up display when there is a possibility of these vehicles merging from adjacent lanes. Although this technology is introduced, it is noted that there is room for improvement. Specifically, the challenge is to make it easier for drivers to identify merging maneuvers executed by vehicles in adjacent lanes. 【2 Tec...

    €46 (Avg Bid)
    €46 Povprečna ponudba
    1 ponudb

    As we're working with Salesforce Enterprise edition, I'm in need of a seasoned Salesforce developer who can step in and assist with various aspects of my current project. This project involves a high level of complexity, including advanced customisations and integrations with other systems. Key Tasks: - Customisation of objects and fields: This will require a deep understanding of how our organisation operates and what data is critical to our processes. You will need to not only create custom objects and fields, but also ensure they are integrated seamlessly into our existing Salesforce platform. - Workflow automation: Our goal is to streamline as many of our business processes as possible. Your role will be to identify areas that can be autom...

    €9 / hr (Avg Bid)
    €9 / hr Povprečna ponudba
    43 ponudb

    As an eCommerce business, I'm seeking a seasoned expert in SalesForce Marketing Cloud to lead the creation and execution of our promotional email marketing campaigns. Your responsibilities will focus precisely on: - Designing striking, target-focused promotional email campaigns - Constructing relevant customer journeys - Setting up and overseeing automation workflows The ideal candidate would be a seasoned expert with demonstrable skill and potent track records in creating and implementing successful promotional email campaigns through the SalesForce Marketing Cloud. They should also be adept at translating company goals into customer-focused journeys and efficient automation processes.

    €460 (Avg Bid)
    €460 Povprečna ponudba
    24 ponudb

    I need to give the class on Microsoft. Thansk

    €8 / hr (Avg Bid)
    €8 / hr Povprečna ponudba
    1 ponudb

    Multi-scenarios Custom Sales Commissions Excel Spreadsheets Dashboards. Develop a bespoke Microsoft Excel spreadsheet to accurately calculate sales commissions. The specifics: - The variables: the spreadsheet to take into account the Sales Volume, the Profit, and the Commission Percentage while computing sales commissions. - Calculation specifics: Commission should be determined accurately according to custom formulas (using the previous variables) that considers the Commission Percentage. - Data input: The spreadsheet will be easy to use, allowing to manually input the data for calculation. This tool (Multi-scenarios Custom Sales Commissions Excel Spreadsheets Dashboards) will enhance efficient determination of commissions, hence accuracy and precision are paramount.

    €51 (Avg Bid)
    €51 Povprečna ponudba
    1 ponudb

    ...of Southern Charm Mobile Bar, I'm in need of a logo that embodies the essence of my business. I want a design that combines a country vibe with a touch of class. The color scheme I envision is deep burgundy, soft gold, and beige. You can add hunter green or wood brown if needed. You can add some flowers like the picture below in the logo to add color instead of color in the letters. Key Points: - Style: The logo should have a country feel while maintaining a classy touch. - Usage: The logo will be used primarily for online platforms (such as the website and social media), as well as on printed materials like business cards and flyers, and on physical signage for the mobile bar and event banners. - Design Elements: While I don't have any specific sy...

    €46 (Avg Bid)
    Zagotovljen
    €46
    399 vnosov

    As an appliance repair company, I'm in need of an engaging 30-second promo video that captures the essence of our service — particularly, our focus on customer satisfaction. The primary appliance to be featured is a fridge. Key aspects to be illustrated in the video include: - Real people troubleshooting fridge issues - Showcasing excellent customer interactions - Demonstrating the resulting satisfaction of customers - I will also need some additional info like phone number put in this video Ideal skills for this project would be: - Proven experience in video production - Knowledge of appliance repair industry (preferred) - Making use of real-life scenarios to explain concepts - Ability to capture and express customer satisfaction effecti...

    €100 (Avg Bid)
    €100 Povprečna ponudba
    64 ponudb

    I am looking for an experienced Developer to build a customer support call system for me. Key requirements include: - Inbound Call Transfer: The system should be able to facilitate seamless live ...looking for an experienced Developer to build a customer support call system for me. Key requirements include: - Inbound Call Transfer: The system should be able to facilitate seamless live call transfer between agents, to ensure our customers receive timely, effective support. - Salesforce Integration: The system needs to be integrated with Salesforce, to provide our agents with the necessary customer data and insights for each call. Experience in building similar call systems, particularly with Salesforce integration, is highly preferred. Please share relevant...

    €333 (Avg Bid)
    €333 Povprečna ponudba
    14 ponudb