Job Board software recommendations?

Can anyone recommend an off-shelf software package for
running an online Job Board, on one of my client's websites? It
would need to run on a shared hosting platform, preferrably
ColdFusion based. I've looked at 2simplifi Job Board already.
Thanks,
Stephen
Tallahassee, FL

How quickly do you need it? And what specs do you need?
We're building one now specifically for a client - it's
between 15 and 30
days out though.
T
"sbsmithfl" <[email protected]> wrote in
message
news:ea4v82$nkp$[email protected]..
> Can anyone recommend an off-shelf software package for
running an online
> Job
> Board, on one of my client's websites? It would need to
run on a shared
> hosting
> platform, preferrably ColdFusion based. I've looked at
2simplifi Job
> Board
> already.
>
> Thanks,
> Stephen
> Tallahassee, FL
>

Similar Messages

  • CF Job Board Software?

    Can anyone recommend an off-shelf software package for
    running an online Job Board, on one of my client's websites? It
    would need to run on a shared hosting platform, preferrably
    ColdFusion based. I've looked at 2simplifi Job Board already.
    Thanks,
    Stephen
    Tallahassee, FL

    How quickly do you need it? And what specs do you need?
    We're building one now specifically for a client - it's
    between 15 and 30
    days out though.
    T
    "sbsmithfl" <[email protected]> wrote in
    message
    news:ea4v82$nkp$[email protected]..
    > Can anyone recommend an off-shelf software package for
    running an online
    > Job
    > Board, on one of my client's websites? It would need to
    run on a shared
    > hosting
    > platform, preferrably ColdFusion based. I've looked at
    2simplifi Job
    > Board
    > already.
    >
    > Thanks,
    > Stephen
    > Tallahassee, FL
    >

  • Integration on eRec Integration with Vendor/Job Boards w/o XI

    Hello,
    I want to Integrate eRec latest version to External Job Boards without XI. Can anyone tell me how to achieve this
    Any approach/recommendations/solution needed from experts
    Appreciate your help
    Note - (I don't  want to use XI as it's not implemented.)
    Thanks & Regards
    Kumar
    Edited by: Kumar Mangal on Aug 5, 2010 9:47 AM

    Hi Kumar,
    You need to created a custom program, and depend of the Job board, create an XML and call a Web service, see this [forum link|EREC - Publish jobs to external websites with out XI;

  • Best contacts at Adobe professional services/advice for Flex/AS3 job boards without agencies.

    I've got a couple of questions I'd appreciate some advice on:
    1) I'd love to work with Adobe as part of their professional services arm, but attempts to get to account managers or the right h/r individuals with a view on upcoming projects that require staffing has proven elusive. Does anyone know a good contact here in the UK. My attempts to telephone Adobe directly have fizzled out. I never seem to be put through to the right contact.
    2) Alternatively. I'd rather deal directly with companies and not have to go through agencies. Are there dedicated Flex job boards that cater to the UK marketplace - or that have the ability to filter by geographic radius that anyone can recommend?

    hey, I'm not jocking.
    and please let me download an AIR socket network app able to work for days on my computers without any interruption. may I have a look to Adobe Unicom?
    rfr http://forums.adobe.com/thread/1405783?tstart=0
    thank you.
    mc

  • E-recruiting Job Board Integration using XI

    "E-recruiting Job Board Integration using XI"
    Hi
    We have an SAP backend system ERP 6 complete with e-recruiting module installed. We need to integrate the Job board using XI.
    Our XI system is completely basic 7.0 with NO Software Components installed - so completely bare.
    Can someone help us in explaining what software components and patchlevels are needed in XI in order to get this up and running. We have followed pdf "E-recruiting Job Board Integration using XI" but this is based upon an existing working XI installation and we only have a bare one. We tried to install the ERECRUIT (600) and HR-XML (2) only, but they fail in that they are missing source structures in the mapping programs.... etc.
    So what Software Components would we need to install in the repository in addition to the 2 mentioned above?
    Cheers

    Hi,
    >Our XI system is completely basic 7.0 with NO Software Components installed - so completely bare.
    two things:
    first one:
    if your system has no software components than it means
    the installation is not finished yet as you need at least BASIS component
    (which is part of the installation steps) to have adapter metadata
    second one:
    I'd realy suggest asking someone how knows XI to help you
    as it seems you want to do an XI project with no XI skills - and
    XI skills come in handy in such projects
    (at least get a decent - full - installation) 
    Regards,
    Michal Krawczyk

  • BlackBerry Desktop software recommendations for improvement

    BlackBerry Desktop software recommendations for improvement
    Recommendation:
    1, increase SMS and MMS module
    2, the SMS and MMS module to connect to the BlackBerry via Bluetooth

    While I love my BlackBerry Curve phone (and will most likely never go back to a phone running Windows Mobile OS), something that drives me absolutely crazy is the inability of the Desktop Manager software to monitor my activity in the Outlook client and autosync changes while my phone is connected via USB.

  • EREC - SAP to any Job-board ... XML

    Hello Everyone,
               I have created posting channels for  the Job-boards below in IMG.
    E.g. 9991  - Indeed.com   CL_HRRCF_PUBLISHER_EXT   External
           9992  - Dice.com     CL_HRRCF_PUBLISHER_EXT   External
    Also, there is already an entry for table T77RCF_PS_SERV - Periodic Services  i.e.
    CREATE_SP_FOR_EXT_POSTINGS        CL_HRRCF_SPB_POST_REQ_EXT_PUB
    Now I will have to schedule the program RCF_PERIODICAL_SERVICES to run every X minutes.  ( we can also change service rules in view  if we want in T77RCF_PS_RULES).
    Question - Now what I have to do with XML , do I need to create Transformation in t-code STRANS/ SE80? OR I need to do SOAP calls  OR Web service?
    Also, Can we enhanced posting WD4A to give  options ( Publish/Withdraw) with any job board?
    Please advice.
    Thanks,
    Saquib

    I just took a brief look, but I think the CL_HRRCF_SPB_POST_REQ_EXT_PUB class is related to searching for external postings, and not so much sending them to 3rd party sites.  If you look at the CL_HRRCF_PUBLISH_XI_PUB class, it implements the IF_HRRCF_INTERFACE interface, which gives it the RUN method.  This is in turn called every X minutes when the period services run.
    Additionally, I believe you need to create your own classes for each job posting channel.  These classes need to implement the IF_HRRCF_PUBLISHER interface, which give it several methods which are called at various times.  If you look at CL_HRRCF_PUBLISHER_XI method PUBLISH, you see that it basically inserts an entry into the t77rcf_xi_pub table, which is basically a storage area that lets XI know what needs to get published, when it got published, publication dates, etc.  Additionally, there are methods that control whether or not that publication channel is selectable as a hot job, whether you can edit it, withdraw it, etc.
    In the past, I basically have just copied these classes, and then made them fit my own needs, and assign them in the appropriate steps in the IMG.

  • EREC - How to disable user settings in external job board e recruitment

    Hi All,
    Is there an option to disable the user settings for External Job Boards ? The user settings where candidate can save default keywork search etc (which unfortunately stays for other candidates unless the default value is discarded.)
    Thanks
    Suman

    Hi Suman,
    Please check the following link on how to set up the WDDISABLEUSERPERSONALIZATION parameter:
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/7b/fb57412df8091de10000000a155106/frameset.htm
    and then set up the parameter for the standard hrrcf_a_unreg_job_search and try to run your WD application.
    Hope it helps,
    Kind Regards
    Christine

  • External job board integration -- E-Recruiting EhP4

    You need SAP XI to integrate with external job boards?  I think you can configure it. I did search on SAP Help and SDN , I see no mention.
    Can you share the links or your experience. Thanks for the help.

    Hello Vishal,
    the integration to external job boards can be done using XI, but only very few cutomers use this way. Either they have no XI at all or the projects using XI do not want to let the HR e-rec guys play with it.
    Usually you go for some customer development implementing a publisher class creating the data / files for the job boards. The exact implementation depends on the job board and in some cases on the special aggreements how to interchange data.
    Best Regards
    Roman

  • Re-Publishing a publication to a job board

    Hi,
    Our solution uses various publisher channles (IF_HRRCF_PUBLISHER).
    Jobs are posted to the job board via XI.
    Rather than editing a published job directly on a job board we have a requirement for re publishing jobs.
    - on change of any of the underlying infotypes we need to create a new entry for the existing job in T77RCF_XI_PUB, this will then be picked up by the scheduled job for XI posting.
    In theory we would like to reset the status HRP5122-STATUS to 'Draft', make the changes and then set the STATUS to 'Released'. I think it may not be that easy because of other posting statuses.
    If anyone has done this successfully with minimum fuss, please let me know.
    cheers
    jsp

    Sebastian
    Exactly what i wanted
    IF_HRRCF_PUBLISHER=>REPUBLISH_REQUIRED
    Thanks

  • ERecruit linking to external job board

    I have set up and configured ERecruit 3.0 SP 8. I am now trying to have external job boards linked to the SAP ERecruit job postings. Is anyone aware of any documentation on the how-to of linking external job boards with SAP's ERecruit?
    Any tips or documentation links are greatly appreciated.

    Hello Tom,
    I am trying to implement E-Recruit 300 SP8. But when I am trying to logon to any start page or register an external candidate, I get and Internal error message in the browser.
    Do you have any implementation guide for the same or if you can provide some weblog or something. I am just trying to do it from the SPRO documentation. Please help. As we have a customer demo and I ma unable to move forward from this point.
    Thanks for the help.
    Arundeep Singh

  • I cannot open a wind mail.dat file. Any software recommendation?

    I cannot open a "windmail.dat" file. Any software recommendation.

    Try:
    How do I open winmail.dat files?

  • Media Asset Management software recommendations

    I am seeking Media Asset Management software recommendations. I want the software that offers the widest array of media formats. I am open to all recommendations.
    As always thank you for reading and replying to my post,
    Sebastian

    Thanks, but this isn't really what we're looking for. Delicious library is for cataloguing physical items that you own, not for archiving thousands of digital photos, movies, and documents.

  • External Job Boards Integration

    Hey Friends,
    I need to do external job boards integration in e-Recruitment..
    Can you explain me the process for integration ??
    How the XML document gets generated, some existing standard program or a custom program we need to develop ??
    Ok assuming the job board makes use of the XML file and displays the posting information on their site...Suppose we click on "Apply" on that job board site, how does the application information gets linked to our e-Recruitment system ??
    Thanks
    Shashank Shirali

    Hi
    in the SAP Library "SAP E-Recruiting" will you find the topics "System Administration", and "Master Data Recruitment". Is this what you are looking for?
    regards,
    Andreas R

  • Job Opening - Software Engineer Silixa Ltd, Elstree London

    Job Opening - Software Engineer Silixa Ltd, Elstree London - Please see at the job description attached
    Attachments:
    Silixa_Software Engineer_March2011.doc ‏84 KB

    Please look into my profile at linked in https://in.linkedin.com/in/prashantpatel21 I m interested.
    Regards,
    PBP (CLAD)
    Labview 6.1 - 2014
    KUDOS ARE WELCOMED.
    If your problem get solved then mark as solution.

Maybe you are looking for

  • Use of Orders05 Interface mapping & XSLT mapping file for Orders03 IDOC

    Hello Experts, In a scenario we are sending Purchase orders and Purhase Order change from SAP to SNC through XI. Currently Orders03 IDoc is used and standard mapping for Orders03 XSLT is used. Now the requirement is to use the same IDOC (Orders03) bu

  • Error when creating a purchase order with reference

    Hi Experts, I am creating PO with reference to Contract Material A with price 5 rupees Before saving the po if click on print preview button to check if system is calculating the values correctly before saving the document. But is seems that right no

  • Problem with creating business partner via BAPI

    Hello! I have a simple File-RFC-File scenario: XML-file with Firstname, Lastname and PartnerCategory. I use BAPI_BUPA_CREATE_FROM_DATA to create a partner with this data. It works, in target file I have a number of new business partner, but I can't f

  • Need help restoring iPhone 4s to an older backup file instead of most recent backup

    My year old iPhone 4 was stolen a few months ago, bought the new 4s in November, but due to a broken laptop screen i could not restore the new phone to my backup on itunes. Finally had the laptop fixed and I accidentally backed up the 4s, which only

  • Importing VHS and Hi8 etc... DVD too

    Hi, What I want to do is import film from my old Hi8 camera and VHS into iMovie and/or Final Cut Express. I am also interested in importing DVD. Can anyone help? Do I need some expensive gadget or can it be done cheaper? Cheers, Harry